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
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Feature>
,com.google.api.gax.paging.Page<Feature>
- Enclosing class:
- FeaturestoreServiceClient
public static class FeaturestoreServiceClient.ListFeaturesPage extends com.google.api.gax.paging.AbstractPage<ListFeaturesRequest,ListFeaturesResponse,Feature,FeaturestoreServiceClient.ListFeaturesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FeaturestoreServiceClient.ListFeaturesPage
createPage(com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, ListFeaturesResponse response)
com.google.api.core.ApiFuture<FeaturestoreServiceClient.ListFeaturesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, com.google.api.core.ApiFuture<ListFeaturesResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected FeaturestoreServiceClient.ListFeaturesPage createPage(com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, ListFeaturesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListFeaturesRequest,ListFeaturesResponse,Feature,FeaturestoreServiceClient.ListFeaturesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<FeaturestoreServiceClient.ListFeaturesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, com.google.api.core.ApiFuture<ListFeaturesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListFeaturesRequest,ListFeaturesResponse,Feature,FeaturestoreServiceClient.ListFeaturesPage>
-
-