Class DatasetServiceClient.ListAnnotationsPage (3.19.0)

public static class DatasetServiceClient.ListAnnotationsPage extends AbstractPage<ListAnnotationsRequest,ListAnnotationsResponse,Annotation,DatasetServiceClient.ListAnnotationsPage>

Inheritance

java.lang.Object > AbstractPage > DatasetServiceClient.ListAnnotationsPage

Methods

createPage(PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, ListAnnotationsResponse response)

protected DatasetServiceClient.ListAnnotationsPage createPage(PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, ListAnnotationsResponse response)
Overrides

createPageAsync(PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, ApiFuture<ListAnnotationsResponse> futureResponse)

public ApiFuture<DatasetServiceClient.ListAnnotationsPage> createPageAsync(PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, ApiFuture<ListAnnotationsResponse> futureResponse)
Returns
TypeDescription
ApiFuture<ListAnnotationsPage>
Overrides