Package | Description |
---|---|
com.google.cloud.firestore.v1beta1 |
A client to Google Cloud Firestore API.
|
com.google.cloud.firestore.v1beta1.stub |
Modifier and Type | Method and Description |
---|---|
FirestoreClient.ListCollectionIdsPagedResponse |
FirestoreClient.listCollectionIds(ListCollectionIdsRequest request)
Lists all the collection IDs underneath a document.
|
FirestoreClient.ListCollectionIdsPagedResponse |
FirestoreClient.listCollectionIds(String parent)
Lists all the collection IDs underneath a document.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreClient.ListCollectionIdsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String> context,
com.google.api.core.ApiFuture<ListCollectionIdsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreClient.listCollectionIdsPagedCallable()
Lists all the collection IDs underneath a document.
|
com.google.api.gax.rpc.PagedCallSettings<ListCollectionIdsRequest,ListCollectionIdsResponse,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreSettings.listCollectionIdsSettings()
Returns the object with the settings used for calls to listCollectionIds.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCollectionIdsRequest,ListCollectionIdsResponse,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreSettings.Builder.listCollectionIdsSettings()
Returns the builder for the settings used for calls to listCollectionIds.
|
Copyright © 2019 Google LLC. All rights reserved.