Class FirestoreClient.ListCollectionIdsPagedResponse (3.21.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
Name Description
context PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String>
futureResponse ApiFuture<ListCollectionIdsResponse>
Returns
Type Description
ApiFuture<ListCollectionIdsPagedResponse>