Class FirestoreClient.ListCollectionIdsPage (3.7.3)

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
NameDescription
contextPageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String>
responseListCollectionIdsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String>
futureResponseApiFuture<ListCollectionIdsResponse>
Returns
TypeDescription
ApiFuture<ListCollectionIdsPage>
Overrides