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