Class FirestoreClient.ListCollectionIdsPagedResponse (3.1.0)

public static class FirestoreClient.ListCollectionIdsPagedResponse extends AbstractPagedListResponse<ListCollectionIdsRequest,ListCollectionIdsResponse,String,FirestoreClient.ListCollectionIdsPage,FirestoreClient.ListCollectionIdsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > FirestoreClient.ListCollectionIdsPagedResponse

Static Methods

createAsync(PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String> context, ApiFuture<ListCollectionIdsResponse> futureResponse)

public static ApiFuture<FirestoreClient.ListCollectionIdsPagedResponse> createAsync(PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String> context, ApiFuture<ListCollectionIdsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String>
futureResponseApiFuture<ListCollectionIdsResponse>
Returns
TypeDescription
ApiFuture<ListCollectionIdsPagedResponse>