Class FirestoreClient.ListCollectionIdsPage (3.21.1)

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

Inheritance

java.lang.Object > AbstractPage > FirestoreClient.ListCollectionIdsPage

Methods

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

protected FirestoreClient.ListCollectionIdsPage createPage(PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String> context, ListCollectionIdsResponse response)
Parameters
Name Description
context PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String>
response ListCollectionIdsResponse
Returns
Type Description
FirestoreClient.ListCollectionIdsPage
Overrides

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

public ApiFuture<FirestoreClient.ListCollectionIdsPage> createPageAsync(PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String> context, ApiFuture<ListCollectionIdsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String>
futureResponse ApiFuture<ListCollectionIdsResponse>
Returns
Type Description
ApiFuture<ListCollectionIdsPage>
Overrides