Class FirestoreClient.ListDocumentsPagedResponse (3.2.0)

public static class FirestoreClient.ListDocumentsPagedResponse extends AbstractPagedListResponse<ListDocumentsRequest,ListDocumentsResponse,Document,FirestoreClient.ListDocumentsPage,FirestoreClient.ListDocumentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > FirestoreClient.ListDocumentsPagedResponse

Static Methods

createAsync(PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, ApiFuture<ListDocumentsResponse> futureResponse)

public static ApiFuture<FirestoreClient.ListDocumentsPagedResponse> createAsync(PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, ApiFuture<ListDocumentsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListDocumentsRequest,ListDocumentsResponse,Document>
futureResponseApiFuture<ListDocumentsResponse>
Returns
TypeDescription
ApiFuture<ListDocumentsPagedResponse>