Class FirestoreAdminClient.ListIndexesPagedResponse (3.4.2)

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

Inheritance

java.lang.Object > AbstractPagedListResponse > FirestoreAdminClient.ListIndexesPagedResponse

Static Methods

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

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