Package com.google.cloud.firestore.v1
Class FirestoreAdminClient.ListFieldsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListFieldsRequest,ListFieldsResponse,Field,FirestoreAdminClient.ListFieldsPage>
com.google.cloud.firestore.v1.FirestoreAdminClient.ListFieldsPage
- Enclosing class:
- FirestoreAdminClient
public static class FirestoreAdminClient.ListFieldsPage
extends AbstractPage<ListFieldsRequest,ListFieldsResponse,Field,FirestoreAdminClient.ListFieldsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected FirestoreAdminClient.ListFieldsPagecreatePage(@Nullable PageContext<ListFieldsRequest, ListFieldsResponse, Field> context, @Nullable ListFieldsResponse response) createPageAsync(@Nullable PageContext<ListFieldsRequest, ListFieldsResponse, Field> context, ApiFuture<ListFieldsResponse> 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 FirestoreAdminClient.ListFieldsPage createPage(@Nullable PageContext<ListFieldsRequest, ListFieldsResponse, Field> context, @Nullable ListFieldsResponse response) - Specified by:
createPagein classAbstractPage<ListFieldsRequest,ListFieldsResponse, Field, FirestoreAdminClient.ListFieldsPage>
-
createPageAsync
public ApiFuture<FirestoreAdminClient.ListFieldsPage> createPageAsync(@Nullable PageContext<ListFieldsRequest, ListFieldsResponse, Field> context, ApiFuture<ListFieldsResponse> futureResponse) - Overrides:
createPageAsyncin classAbstractPage<ListFieldsRequest,ListFieldsResponse, Field, FirestoreAdminClient.ListFieldsPage>
-