Class MetadataServiceClient.ListContextsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListContextsRequest,ListContextsResponse,Context,MetadataServiceClient.ListContextsPage>
com.google.cloud.aiplatform.v1beta1.MetadataServiceClient.ListContextsPage
- Enclosing class:
- MetadataServiceClient
public static class MetadataServiceClient.ListContextsPage
extends AbstractPage<ListContextsRequest,ListContextsResponse,Context,MetadataServiceClient.ListContextsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected MetadataServiceClient.ListContextsPagecreatePage(PageContext<ListContextsRequest, ListContextsResponse, Context> context, ListContextsResponse response) createPageAsync(PageContext<ListContextsRequest, ListContextsResponse, Context> context, ApiFuture<ListContextsResponse> 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 MetadataServiceClient.ListContextsPage createPage(PageContext<ListContextsRequest, ListContextsResponse, Context> context, ListContextsResponse response) - Specified by:
createPagein classAbstractPage<ListContextsRequest,ListContextsResponse, Context, MetadataServiceClient.ListContextsPage>
-
createPageAsync
public ApiFuture<MetadataServiceClient.ListContextsPage> createPageAsync(PageContext<ListContextsRequest, ListContextsResponse, Context> context, ApiFuture<ListContextsResponse> futureResponse)
-