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