Class DatastoreAdminClient.ListIndexesPagedResponse (2.8.0)

public static class DatastoreAdminClient.ListIndexesPagedResponse extends AbstractPagedListResponse<ListIndexesRequest,ListIndexesResponse,Index,DatastoreAdminClient.ListIndexesPage,DatastoreAdminClient.ListIndexesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > DatastoreAdminClient.ListIndexesPagedResponse

Static Methods

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

public static ApiFuture<DatastoreAdminClient.ListIndexesPagedResponse> createAsync(PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ApiFuture<ListIndexesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListIndexesRequest,ListIndexesResponse,Index>
futureResponseApiFuture<ListIndexesResponse>
Returns
TypeDescription
ApiFuture<ListIndexesPagedResponse>