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