Class FirestoreAdminClient.ListIndexesPage (3.45.0)

public static class FirestoreAdminClient.ListIndexesPage extends AbstractPage<ListIndexesRequest,ListIndexesResponse,Index,FirestoreAdminClient.ListIndexesPage>

Inheritance

java.lang.Object > AbstractPage > FirestoreAdminClient.ListIndexesPage

Methods

createPage(@Nullable PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, @Nullable ListIndexesResponse response)

protected FirestoreAdminClient.ListIndexesPage createPage(@Nullable PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, @Nullable ListIndexesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index>
response @org.jspecify.annotations.Nullable com.google.firestore.admin.v1.ListIndexesResponse
Returns
Type Description
FirestoreAdminClient.ListIndexesPage
Overrides

createPageAsync(@Nullable PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ApiFuture<ListIndexesResponse> futureResponse)

public ApiFuture<FirestoreAdminClient.ListIndexesPage> createPageAsync(@Nullable PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ApiFuture<ListIndexesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index>
futureResponse ApiFuture<ListIndexesResponse>
Returns
Type Description
ApiFuture<ListIndexesPage>
Overrides