Class DatastoreAdminClient.ListIndexesPage (2.19.0)

public static class DatastoreAdminClient.ListIndexesPage extends AbstractPage<ListIndexesRequest,ListIndexesResponse,Index,DatastoreAdminClient.ListIndexesPage>

Inheritance

java.lang.Object > AbstractPage > DatastoreAdminClient.ListIndexesPage

Methods

createPage(PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ListIndexesResponse response)

protected DatastoreAdminClient.ListIndexesPage createPage(PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ListIndexesResponse response)
Parameters
NameDescription
contextPageContext<ListIndexesRequest,ListIndexesResponse,Index>
responseListIndexesResponse
Returns
TypeDescription
DatastoreAdminClient.ListIndexesPage
Overrides

createPageAsync(PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ApiFuture<ListIndexesResponse> futureResponse)

public ApiFuture<DatastoreAdminClient.ListIndexesPage> createPageAsync(PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ApiFuture<ListIndexesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListIndexesRequest,ListIndexesResponse,Index>
futureResponseApiFuture<ListIndexesResponse>
Returns
TypeDescription
ApiFuture<ListIndexesPage>
Overrides