Class DataStoreServiceClient.ListDataStoresPage (0.91.0)

public static class DataStoreServiceClient.ListDataStoresPage extends AbstractPage<ListDataStoresRequest,ListDataStoresResponse,DataStore,DataStoreServiceClient.ListDataStoresPage>

Inheritance

java.lang.Object > AbstractPage > DataStoreServiceClient.ListDataStoresPage

Methods

createPage(@Nullable PageContext<ListDataStoresRequest,ListDataStoresResponse,DataStore> context, @Nullable ListDataStoresResponse response)

protected DataStoreServiceClient.ListDataStoresPage createPage(@Nullable PageContext<ListDataStoresRequest,ListDataStoresResponse,DataStore> context, @Nullable ListDataStoresResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataStoresRequest,ListDataStoresResponse,DataStore>
response @org.jspecify.annotations.Nullable com.google.cloud.discoveryengine.v1beta.ListDataStoresResponse
Returns
Type Description
DataStoreServiceClient.ListDataStoresPage
Overrides

createPageAsync(@Nullable PageContext<ListDataStoresRequest,ListDataStoresResponse,DataStore> context, ApiFuture<ListDataStoresResponse> futureResponse)

public ApiFuture<DataStoreServiceClient.ListDataStoresPage> createPageAsync(@Nullable PageContext<ListDataStoresRequest,ListDataStoresResponse,DataStore> context, ApiFuture<ListDataStoresResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataStoresRequest,ListDataStoresResponse,DataStore>
futureResponse ApiFuture<ListDataStoresResponse>
Returns
Type Description
ApiFuture<ListDataStoresPage>
Overrides