Package com.google.cloud.aiplatform.v1
Class FeatureRegistryServiceClient.ListFeatureGroupsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListFeatureGroupsRequest,ListFeatureGroupsResponse,FeatureGroup,FeatureRegistryServiceClient.ListFeatureGroupsPage>
com.google.cloud.aiplatform.v1.FeatureRegistryServiceClient.ListFeatureGroupsPage
- All Implemented Interfaces:
AsyncPage<FeatureGroup>,Page<FeatureGroup>
- Enclosing class:
- FeatureRegistryServiceClient
public static class FeatureRegistryServiceClient.ListFeatureGroupsPage
extends AbstractPage<ListFeatureGroupsRequest,ListFeatureGroupsResponse,FeatureGroup,FeatureRegistryServiceClient.ListFeatureGroupsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListFeatureGroupsRequest, ListFeatureGroupsResponse, FeatureGroup> context, ListFeatureGroupsResponse response) createPageAsync(PageContext<ListFeatureGroupsRequest, ListFeatureGroupsResponse, FeatureGroup> context, ApiFuture<ListFeatureGroupsResponse> 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.ListFeatureGroupsPage createPage(PageContext<ListFeatureGroupsRequest, ListFeatureGroupsResponse, FeatureGroup> context, ListFeatureGroupsResponse response) -
createPageAsync
public ApiFuture<FeatureRegistryServiceClient.ListFeatureGroupsPage> createPageAsync(PageContext<ListFeatureGroupsRequest, ListFeatureGroupsResponse, FeatureGroup> context, ApiFuture<ListFeatureGroupsResponse> futureResponse)
-