Package com.google.cloud.firestore.v1
Class FirestoreClient.PartitionQueryPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<PartitionQueryRequest,PartitionQueryResponse,Cursor,FirestoreClient.PartitionQueryPage>
com.google.cloud.firestore.v1.FirestoreClient.PartitionQueryPage
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Cursor>,com.google.api.gax.paging.Page<Cursor>
- Enclosing class:
- FirestoreClient
public static class FirestoreClient.PartitionQueryPage
extends com.google.api.gax.paging.AbstractPage<PartitionQueryRequest,PartitionQueryResponse,Cursor,FirestoreClient.PartitionQueryPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected FirestoreClient.PartitionQueryPagecreatePage(com.google.api.gax.rpc.PageContext<PartitionQueryRequest, PartitionQueryResponse, Cursor> context, PartitionQueryResponse response) com.google.api.core.ApiFuture<FirestoreClient.PartitionQueryPage>createPageAsync(com.google.api.gax.rpc.PageContext<PartitionQueryRequest, PartitionQueryResponse, Cursor> context, com.google.api.core.ApiFuture<PartitionQueryResponse> 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.PartitionQueryPage createPage(com.google.api.gax.rpc.PageContext<PartitionQueryRequest, PartitionQueryResponse, Cursor> context, PartitionQueryResponse response) - Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<PartitionQueryRequest,PartitionQueryResponse, Cursor, FirestoreClient.PartitionQueryPage>
-
createPageAsync
public com.google.api.core.ApiFuture<FirestoreClient.PartitionQueryPage> createPageAsync(com.google.api.gax.rpc.PageContext<PartitionQueryRequest, PartitionQueryResponse, Cursor> context, com.google.api.core.ApiFuture<PartitionQueryResponse> futureResponse) - Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<PartitionQueryRequest,PartitionQueryResponse, Cursor, FirestoreClient.PartitionQueryPage>
-