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
- Enclosing class:
- FirestoreAdminClient
public static class FirestoreAdminClient.ListIndexesPage
extends AbstractPage<ListIndexesRequest,ListIndexesResponse,Index,FirestoreAdminClient.ListIndexesPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected FirestoreAdminClient.ListIndexesPagecreatePage(@Nullable PageContext<ListIndexesRequest, ListIndexesResponse, Index> context, @Nullable ListIndexesResponse response) createPageAsync(@Nullable PageContext<ListIndexesRequest, ListIndexesResponse, Index> context, 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(@Nullable PageContext<ListIndexesRequest, ListIndexesResponse, Index> context, @Nullable ListIndexesResponse response) - Specified by:
createPagein classAbstractPage<ListIndexesRequest,ListIndexesResponse, Index, FirestoreAdminClient.ListIndexesPage>
-
createPageAsync
public ApiFuture<FirestoreAdminClient.ListIndexesPage> createPageAsync(@Nullable PageContext<ListIndexesRequest, ListIndexesResponse, Index> context, ApiFuture<ListIndexesResponse> futureResponse)
-