Package com.google.cloud.aiplatform.v1
Class FeaturestoreServiceClient.ListFeaturestoresPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore,FeaturestoreServiceClient.ListFeaturestoresPage>
com.google.cloud.aiplatform.v1.FeaturestoreServiceClient.ListFeaturestoresPage
- All Implemented Interfaces:
AsyncPage<Featurestore>,Page<Featurestore>
- Enclosing class:
- FeaturestoreServiceClient
public static class FeaturestoreServiceClient.ListFeaturestoresPage
extends AbstractPage<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore,FeaturestoreServiceClient.ListFeaturestoresPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListFeaturestoresRequest, ListFeaturestoresResponse, Featurestore> context, ListFeaturestoresResponse response) createPageAsync(PageContext<ListFeaturestoresRequest, ListFeaturestoresResponse, Featurestore> context, ApiFuture<ListFeaturestoresResponse> 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 FeaturestoreServiceClient.ListFeaturestoresPage createPage(PageContext<ListFeaturestoresRequest, ListFeaturestoresResponse, Featurestore> context, ListFeaturestoresResponse response) -
createPageAsync
public ApiFuture<FeaturestoreServiceClient.ListFeaturestoresPage> createPageAsync(PageContext<ListFeaturestoresRequest, ListFeaturestoresResponse, Featurestore> context, ApiFuture<ListFeaturestoresResponse> futureResponse)
-