Class DatasetServiceClient.ListAnnotationsPage (3.42.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
NameDescription
contextPageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation>
responseListAnnotationsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation>
futureResponseApiFuture<ListAnnotationsResponse>
Returns
TypeDescription
ApiFuture<ListAnnotationsPage>
Overrides