Class ExampleStoreServiceClient.FetchExamplesPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<FetchExamplesRequest,FetchExamplesResponse,Example,ExampleStoreServiceClient.FetchExamplesPage>
com.google.cloud.aiplatform.v1beta1.ExampleStoreServiceClient.FetchExamplesPage
- Enclosing class:
- ExampleStoreServiceClient
public static class ExampleStoreServiceClient.FetchExamplesPage
extends AbstractPage<FetchExamplesRequest,FetchExamplesResponse,Example,ExampleStoreServiceClient.FetchExamplesPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<FetchExamplesRequest, FetchExamplesResponse, Example> context, FetchExamplesResponse response) createPageAsync(PageContext<FetchExamplesRequest, FetchExamplesResponse, Example> context, ApiFuture<FetchExamplesResponse> 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.FetchExamplesPage createPage(PageContext<FetchExamplesRequest, FetchExamplesResponse, Example> context, FetchExamplesResponse response) - Specified by:
createPagein classAbstractPage<FetchExamplesRequest,FetchExamplesResponse, Example, ExampleStoreServiceClient.FetchExamplesPage>
-
createPageAsync
public ApiFuture<ExampleStoreServiceClient.FetchExamplesPage> createPageAsync(PageContext<FetchExamplesRequest, FetchExamplesResponse, Example> context, ApiFuture<FetchExamplesResponse> futureResponse)
-