Package | Description |
---|---|
com.google.cloud.firestore.spi.v1 | |
com.google.cloud.firestore.v1 |
A client to Google Cloud Firestore API.
|
com.google.cloud.firestore.v1.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<com.google.firestore.v1.ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreRpc.listCollectionIdsPagedCallable()
Returns a list of collections IDs.
|
UnaryCallable<com.google.firestore.v1.ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> |
GrpcFirestoreRpc.listCollectionIdsPagedCallable() |
Modifier and Type | Method and Description |
---|---|
FirestoreClient.ListCollectionIdsPagedResponse |
FirestoreClient.listCollectionIds(com.google.firestore.v1.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(PageContext<com.google.firestore.v1.ListCollectionIdsRequest,com.google.firestore.v1.ListCollectionIdsResponse,String> context,
com.google.api.core.ApiFuture<com.google.firestore.v1.ListCollectionIdsResponse> futureResponse) |
UnaryCallable<com.google.firestore.v1.ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreClient.listCollectionIdsPagedCallable()
Lists all the collection IDs underneath a document.
|
PagedCallSettings<com.google.firestore.v1.ListCollectionIdsRequest,com.google.firestore.v1.ListCollectionIdsResponse,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreSettings.listCollectionIdsSettings()
Returns the object with the settings used for calls to listCollectionIds.
|
PagedCallSettings.Builder<com.google.firestore.v1.ListCollectionIdsRequest,com.google.firestore.v1.ListCollectionIdsResponse,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreSettings.Builder.listCollectionIdsSettings()
Returns the builder for the settings used for calls to listCollectionIds.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<com.google.firestore.v1.ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> |
GrpcFirestoreStub.listCollectionIdsPagedCallable() |
UnaryCallable<com.google.firestore.v1.ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreStub.listCollectionIdsPagedCallable() |
PagedCallSettings<com.google.firestore.v1.ListCollectionIdsRequest,com.google.firestore.v1.ListCollectionIdsResponse,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreStubSettings.listCollectionIdsSettings()
Returns the object with the settings used for calls to listCollectionIds.
|
PagedCallSettings.Builder<com.google.firestore.v1.ListCollectionIdsRequest,com.google.firestore.v1.ListCollectionIdsResponse,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreStubSettings.Builder.listCollectionIdsSettings()
Returns the builder for the settings used for calls to listCollectionIds.
|
Copyright © 2019 Google LLC. All rights reserved.