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