Class FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPage (3.96.0)

public static class FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPage extends AbstractPage<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse,FeatureOnlineStore,FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPage>

Inheritance

java.lang.Object > AbstractPage > FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPage

Methods

createPage(@Nullable PageContext<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse,FeatureOnlineStore> context, @Nullable ListFeatureOnlineStoresResponse response)

protected FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPage createPage(@Nullable PageContext<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse,FeatureOnlineStore> context, @Nullable ListFeatureOnlineStoresResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse,FeatureOnlineStore>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1.ListFeatureOnlineStoresResponse
Returns
Type Description
FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPage
Overrides

createPageAsync(@Nullable PageContext<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse,FeatureOnlineStore> context, ApiFuture<ListFeatureOnlineStoresResponse> futureResponse)

public ApiFuture<FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPage> createPageAsync(@Nullable PageContext<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse,FeatureOnlineStore> context, ApiFuture<ListFeatureOnlineStoresResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse,FeatureOnlineStore>
futureResponse ApiFuture<ListFeatureOnlineStoresResponse>
Returns
Type Description
ApiFuture<ListFeatureOnlineStoresPage>
Overrides