Class DatasetServiceClient.ListAnnotationsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListAnnotationsRequest,ListAnnotationsResponse,Annotation,DatasetServiceClient.ListAnnotationsPage>
com.google.cloud.aiplatform.v1beta1.DatasetServiceClient.ListAnnotationsPage
- All Implemented Interfaces:
AsyncPage<Annotation>,Page<Annotation>
- Enclosing class:
- DatasetServiceClient
public static class DatasetServiceClient.ListAnnotationsPage
extends AbstractPage<ListAnnotationsRequest,ListAnnotationsResponse,Annotation,DatasetServiceClient.ListAnnotationsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected DatasetServiceClient.ListAnnotationsPagecreatePage(PageContext<ListAnnotationsRequest, ListAnnotationsResponse, Annotation> context, ListAnnotationsResponse response) createPageAsync(PageContext<ListAnnotationsRequest, ListAnnotationsResponse, Annotation> context, ApiFuture<ListAnnotationsResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected DatasetServiceClient.ListAnnotationsPage createPage(PageContext<ListAnnotationsRequest, ListAnnotationsResponse, Annotation> context, ListAnnotationsResponse response) -
createPageAsync
public ApiFuture<DatasetServiceClient.ListAnnotationsPage> createPageAsync(PageContext<ListAnnotationsRequest, ListAnnotationsResponse, Annotation> context, ApiFuture<ListAnnotationsResponse> futureResponse)
-