Package com.google.cloud.firestore.v1
Class FirestoreClient.ListDocumentsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListDocumentsRequest,ListDocumentsResponse,Document,FirestoreClient.ListDocumentsPage>
com.google.cloud.firestore.v1.FirestoreClient.ListDocumentsPage
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Document>,com.google.api.gax.paging.Page<Document>
- Enclosing class:
- FirestoreClient
public static class FirestoreClient.ListDocumentsPage
extends com.google.api.gax.paging.AbstractPage<ListDocumentsRequest,ListDocumentsResponse,Document,FirestoreClient.ListDocumentsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected FirestoreClient.ListDocumentsPagecreatePage(com.google.api.gax.rpc.PageContext<ListDocumentsRequest, ListDocumentsResponse, Document> context, ListDocumentsResponse response) com.google.api.core.ApiFuture<FirestoreClient.ListDocumentsPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListDocumentsRequest, ListDocumentsResponse, Document> context, com.google.api.core.ApiFuture<ListDocumentsResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected FirestoreClient.ListDocumentsPage createPage(com.google.api.gax.rpc.PageContext<ListDocumentsRequest, ListDocumentsResponse, Document> context, ListDocumentsResponse response) - Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListDocumentsRequest,ListDocumentsResponse, Document, FirestoreClient.ListDocumentsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<FirestoreClient.ListDocumentsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListDocumentsRequest, ListDocumentsResponse, Document> context, com.google.api.core.ApiFuture<ListDocumentsResponse> futureResponse) - Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListDocumentsRequest,ListDocumentsResponse, Document, FirestoreClient.ListDocumentsPage>
-