Class FirestoreClient.ListCollectionIdsPage (3.45.0)

public static class FirestoreClient.ListCollectionIdsPage extends AbstractPage<ListCollectionIdsRequest,ListCollectionIdsResponse,String,FirestoreClient.ListCollectionIdsPage>

Inheritance

java.lang.Object > AbstractPage > FirestoreClient.ListCollectionIdsPage

Methods

createPage(@Nullable PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String> context, @Nullable ListCollectionIdsResponse response)

protected FirestoreClient.ListCollectionIdsPage createPage(@Nullable PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String> context, @Nullable ListCollectionIdsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String>
response @org.jspecify.annotations.Nullable com.google.firestore.v1.ListCollectionIdsResponse
Returns
Type Description
FirestoreClient.ListCollectionIdsPage
Overrides

createPageAsync(@Nullable PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String> context, ApiFuture<ListCollectionIdsResponse> futureResponse)

public ApiFuture<FirestoreClient.ListCollectionIdsPage> createPageAsync(@Nullable PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String> context, ApiFuture<ListCollectionIdsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String>
futureResponse ApiFuture<ListCollectionIdsResponse>
Returns
Type Description
ApiFuture<ListCollectionIdsPage>
Overrides