Class DataStoreServiceClient.ListDataStoresPage (0.38.0)

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

Inheritance

java.lang.Object > AbstractPage > DataStoreServiceClient.ListDataStoresPage

Methods

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

protected DataStoreServiceClient.ListDataStoresPage createPage(PageContext<ListDataStoresRequest,ListDataStoresResponse,DataStore> context, ListDataStoresResponse response)
Parameters
Name Description
context PageContext<ListDataStoresRequest,ListDataStoresResponse,DataStore>
response ListDataStoresResponse
Returns
Type Description
DataStoreServiceClient.ListDataStoresPage
Overrides

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

public ApiFuture<DataStoreServiceClient.ListDataStoresPage> createPageAsync(PageContext<ListDataStoresRequest,ListDataStoresResponse,DataStore> context, ApiFuture<ListDataStoresResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDataStoresRequest,ListDataStoresResponse,DataStore>
futureResponse ApiFuture<ListDataStoresResponse>
Returns
Type Description
ApiFuture<ListDataStoresPage>
Overrides