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