Class FirestoreClient.ListDocumentsPage (3.1.0)

public static class FirestoreClient.ListDocumentsPage extends AbstractPage<ListDocumentsRequest,ListDocumentsResponse,Document,FirestoreClient.ListDocumentsPage>

Inheritance

java.lang.Object > AbstractPage > FirestoreClient.ListDocumentsPage

Methods

createPage(PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, ListDocumentsResponse response)

protected FirestoreClient.ListDocumentsPage createPage(PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, ListDocumentsResponse response)
Parameters
NameDescription
contextPageContext<ListDocumentsRequest,ListDocumentsResponse,Document>
responseListDocumentsResponse
Returns
TypeDescription
FirestoreClient.ListDocumentsPage
Overrides

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

public ApiFuture<FirestoreClient.ListDocumentsPage> createPageAsync(PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, ApiFuture<ListDocumentsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListDocumentsRequest,ListDocumentsResponse,Document>
futureResponseApiFuture<ListDocumentsResponse>
Returns
TypeDescription
ApiFuture<ListDocumentsPage>
Overrides