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