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.ListDocumentsRequest,FirestoreClient.ListDocumentsPagedResponse> |
FirestoreRpc.listDocumentsPagedCallable()
Returns a list of documents.
|
UnaryCallable<com.google.firestore.v1.ListDocumentsRequest,FirestoreClient.ListDocumentsPagedResponse> |
GrpcFirestoreRpc.listDocumentsPagedCallable() |
Modifier and Type | Method and Description |
---|---|
FirestoreClient.ListDocumentsPagedResponse |
FirestoreClient.listDocuments(com.google.firestore.v1.ListDocumentsRequest request)
Lists documents.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<FirestoreClient.ListDocumentsPagedResponse> |
FirestoreClient.ListDocumentsPagedResponse.createAsync(PageContext<com.google.firestore.v1.ListDocumentsRequest,com.google.firestore.v1.ListDocumentsResponse,com.google.firestore.v1.Document> context,
com.google.api.core.ApiFuture<com.google.firestore.v1.ListDocumentsResponse> futureResponse) |
UnaryCallable<com.google.firestore.v1.ListDocumentsRequest,FirestoreClient.ListDocumentsPagedResponse> |
FirestoreClient.listDocumentsPagedCallable()
Lists documents.
|
PagedCallSettings<com.google.firestore.v1.ListDocumentsRequest,com.google.firestore.v1.ListDocumentsResponse,FirestoreClient.ListDocumentsPagedResponse> |
FirestoreSettings.listDocumentsSettings()
Returns the object with the settings used for calls to listDocuments.
|
PagedCallSettings.Builder<com.google.firestore.v1.ListDocumentsRequest,com.google.firestore.v1.ListDocumentsResponse,FirestoreClient.ListDocumentsPagedResponse> |
FirestoreSettings.Builder.listDocumentsSettings()
Returns the builder for the settings used for calls to listDocuments.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<com.google.firestore.v1.ListDocumentsRequest,FirestoreClient.ListDocumentsPagedResponse> |
GrpcFirestoreStub.listDocumentsPagedCallable() |
UnaryCallable<com.google.firestore.v1.ListDocumentsRequest,FirestoreClient.ListDocumentsPagedResponse> |
FirestoreStub.listDocumentsPagedCallable() |
PagedCallSettings<com.google.firestore.v1.ListDocumentsRequest,com.google.firestore.v1.ListDocumentsResponse,FirestoreClient.ListDocumentsPagedResponse> |
FirestoreStubSettings.listDocumentsSettings()
Returns the object with the settings used for calls to listDocuments.
|
PagedCallSettings.Builder<com.google.firestore.v1.ListDocumentsRequest,com.google.firestore.v1.ListDocumentsResponse,FirestoreClient.ListDocumentsPagedResponse> |
FirestoreStubSettings.Builder.listDocumentsSettings()
Returns the builder for the settings used for calls to listDocuments.
|
Copyright © 2019 Google LLC. All rights reserved.