Package com.google.cloud.aiplatform.v1
Class FeaturestoreServiceClient.ListFeaturesPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListFeaturesRequest,ListFeaturesResponse,Feature,FeaturestoreServiceClient.ListFeaturesPage>
com.google.cloud.aiplatform.v1.FeaturestoreServiceClient.ListFeaturesPage
- Enclosing class:
- FeaturestoreServiceClient
public static class FeaturestoreServiceClient.ListFeaturesPage
extends AbstractPage<ListFeaturesRequest,ListFeaturesResponse,Feature,FeaturestoreServiceClient.ListFeaturesPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListFeaturesRequest, ListFeaturesResponse, Feature> context, ListFeaturesResponse response) createPageAsync(PageContext<ListFeaturesRequest, ListFeaturesResponse, Feature> context, ApiFuture<ListFeaturesResponse> 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.ListFeaturesPage createPage(PageContext<ListFeaturesRequest, ListFeaturesResponse, Feature> context, ListFeaturesResponse response) - Specified by:
createPagein classAbstractPage<ListFeaturesRequest,ListFeaturesResponse, Feature, FeaturestoreServiceClient.ListFeaturesPage>
-
createPageAsync
public ApiFuture<FeaturestoreServiceClient.ListFeaturesPage> createPageAsync(PageContext<ListFeaturesRequest, ListFeaturesResponse, Feature> context, ApiFuture<ListFeaturesResponse> futureResponse)
-