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:
com.google.api.gax.paging.AsyncPage<Featurestore>
,com.google.api.gax.paging.Page<Featurestore>
- Enclosing class:
- FeaturestoreServiceClient
public static class FeaturestoreServiceClient.ListFeaturestoresPage extends com.google.api.gax.paging.AbstractPage<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore,FeaturestoreServiceClient.ListFeaturestoresPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FeaturestoreServiceClient.ListFeaturestoresPage
createPage(com.google.api.gax.rpc.PageContext<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore> context, ListFeaturestoresResponse response)
com.google.api.core.ApiFuture<FeaturestoreServiceClient.ListFeaturestoresPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore> context, com.google.api.core.ApiFuture<ListFeaturestoresResponse> 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.ListFeaturestoresPage createPage(com.google.api.gax.rpc.PageContext<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore> context, ListFeaturestoresResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore,FeaturestoreServiceClient.ListFeaturestoresPage>
-
createPageAsync
public com.google.api.core.ApiFuture<FeaturestoreServiceClient.ListFeaturestoresPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore> context, com.google.api.core.ApiFuture<ListFeaturestoresResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore,FeaturestoreServiceClient.ListFeaturestoresPage>
-
-