Class DatasetServiceClient.ListAnnotationsPage (3.43.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)
Parameters
Name Description
context PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation>
response ListAnnotationsResponse
Returns
Type Description
DatasetServiceClient.ListAnnotationsPage
Overrides

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

public ApiFuture<DatasetServiceClient.ListAnnotationsPage> createPageAsync(PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, ApiFuture<ListAnnotationsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation>
futureResponse ApiFuture<ListAnnotationsResponse>
Returns
Type Description
ApiFuture<ListAnnotationsPage>
Overrides