Class FirestoreClient.ListDocumentsPagedResponse (3.21.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
Name Description
context PageContext<ListDocumentsRequest,ListDocumentsResponse,Document>
futureResponse ApiFuture<ListDocumentsResponse>
Returns
Type Description
ApiFuture<ListDocumentsPagedResponse>