Class DatastoreAdminClient.ListIndexesPagedResponse (2.19.2)

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
Name Description
context PageContext<ListIndexesRequest,ListIndexesResponse,Index>
futureResponse ApiFuture<ListIndexesResponse>
Returns
Type Description
ApiFuture<ListIndexesPagedResponse>