Class ExampleStoreServiceClient.ListExampleStoresPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListExampleStoresRequest,ListExampleStoresResponse,ExampleStore,ExampleStoreServiceClient.ListExampleStoresPage>
com.google.cloud.aiplatform.v1beta1.ExampleStoreServiceClient.ListExampleStoresPage
- All Implemented Interfaces:
AsyncPage<ExampleStore>,Page<ExampleStore>
- Enclosing class:
- ExampleStoreServiceClient
public static class ExampleStoreServiceClient.ListExampleStoresPage
extends AbstractPage<ListExampleStoresRequest,ListExampleStoresResponse,ExampleStore,ExampleStoreServiceClient.ListExampleStoresPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListExampleStoresRequest, ListExampleStoresResponse, ExampleStore> context, ListExampleStoresResponse response) createPageAsync(PageContext<ListExampleStoresRequest, ListExampleStoresResponse, ExampleStore> context, ApiFuture<ListExampleStoresResponse> 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 ExampleStoreServiceClient.ListExampleStoresPage createPage(PageContext<ListExampleStoresRequest, ListExampleStoresResponse, ExampleStore> context, ListExampleStoresResponse response) -
createPageAsync
public ApiFuture<ExampleStoreServiceClient.ListExampleStoresPage> createPageAsync(PageContext<ListExampleStoresRequest, ListExampleStoresResponse, ExampleStore> context, ApiFuture<ListExampleStoresResponse> futureResponse)
-