Package | Description |
---|---|
com.google.cloud.firestore.v1 |
A client to Cloud Firestore API
|
com.google.cloud.firestore.v1.stub | |
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ExportDocumentsRequest,com.google.longrunning.Operation> |
FirestoreAdminClient.exportDocumentsCallable()
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage
system, such as Google Cloud Storage.
|
com.google.api.gax.rpc.OperationCallable<ExportDocumentsRequest,ExportDocumentsResponse,ExportDocumentsMetadata> |
FirestoreAdminClient.exportDocumentsOperationCallable()
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage
system, such as Google Cloud Storage.
|
com.google.api.gax.rpc.OperationCallSettings<ExportDocumentsRequest,ExportDocumentsResponse,ExportDocumentsMetadata> |
FirestoreAdminSettings.exportDocumentsOperationSettings()
Returns the object with the settings used for calls to exportDocuments.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDocumentsRequest,ExportDocumentsResponse,ExportDocumentsMetadata> |
FirestoreAdminSettings.Builder.exportDocumentsOperationSettings()
Returns the builder for the settings used for calls to exportDocuments.
|
com.google.api.gax.rpc.UnaryCallSettings<ExportDocumentsRequest,com.google.longrunning.Operation> |
FirestoreAdminSettings.exportDocumentsSettings()
Returns the object with the settings used for calls to exportDocuments.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDocumentsRequest,com.google.longrunning.Operation> |
FirestoreAdminSettings.Builder.exportDocumentsSettings()
Returns the builder for the settings used for calls to exportDocuments.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.longrunning.OperationFuture<ExportDocumentsResponse,ExportDocumentsMetadata> |
FirestoreAdminClient.exportDocumentsAsync(ExportDocumentsRequest request)
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage
system, such as Google Cloud Storage.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ExportDocumentsRequest,com.google.longrunning.Operation> |
GrpcFirestoreAdminStub.exportDocumentsCallable() |
com.google.api.gax.rpc.UnaryCallable<ExportDocumentsRequest,com.google.longrunning.Operation> |
HttpJsonFirestoreAdminStub.exportDocumentsCallable() |
com.google.api.gax.rpc.UnaryCallable<ExportDocumentsRequest,com.google.longrunning.Operation> |
FirestoreAdminStub.exportDocumentsCallable() |
com.google.api.gax.rpc.OperationCallable<ExportDocumentsRequest,ExportDocumentsResponse,ExportDocumentsMetadata> |
GrpcFirestoreAdminStub.exportDocumentsOperationCallable() |
com.google.api.gax.rpc.OperationCallable<ExportDocumentsRequest,ExportDocumentsResponse,ExportDocumentsMetadata> |
HttpJsonFirestoreAdminStub.exportDocumentsOperationCallable() |
com.google.api.gax.rpc.OperationCallable<ExportDocumentsRequest,ExportDocumentsResponse,ExportDocumentsMetadata> |
FirestoreAdminStub.exportDocumentsOperationCallable() |
com.google.api.gax.rpc.OperationCallSettings<ExportDocumentsRequest,ExportDocumentsResponse,ExportDocumentsMetadata> |
FirestoreAdminStubSettings.exportDocumentsOperationSettings()
Returns the object with the settings used for calls to exportDocuments.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDocumentsRequest,ExportDocumentsResponse,ExportDocumentsMetadata> |
FirestoreAdminStubSettings.Builder.exportDocumentsOperationSettings()
Returns the builder for the settings used for calls to exportDocuments.
|
com.google.api.gax.rpc.UnaryCallSettings<ExportDocumentsRequest,com.google.longrunning.Operation> |
FirestoreAdminStubSettings.exportDocumentsSettings()
Returns the object with the settings used for calls to exportDocuments.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDocumentsRequest,com.google.longrunning.Operation> |
FirestoreAdminStubSettings.Builder.exportDocumentsSettings()
Returns the builder for the settings used for calls to exportDocuments.
|
Modifier and Type | Method and Description |
---|---|
ExportDocumentsRequest |
ExportDocumentsRequest.Builder.build() |
ExportDocumentsRequest |
ExportDocumentsRequest.Builder.buildPartial() |
static ExportDocumentsRequest |
ExportDocumentsRequest.getDefaultInstance() |
ExportDocumentsRequest |
ExportDocumentsRequest.getDefaultInstanceForType() |
ExportDocumentsRequest |
ExportDocumentsRequest.Builder.getDefaultInstanceForType() |
static ExportDocumentsRequest |
ExportDocumentsRequest.parseDelimitedFrom(InputStream input) |
static ExportDocumentsRequest |
ExportDocumentsRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportDocumentsRequest |
ExportDocumentsRequest.parseFrom(byte[] data) |
static ExportDocumentsRequest |
ExportDocumentsRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportDocumentsRequest |
ExportDocumentsRequest.parseFrom(ByteBuffer data) |
static ExportDocumentsRequest |
ExportDocumentsRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportDocumentsRequest |
ExportDocumentsRequest.parseFrom(com.google.protobuf.ByteString data) |
static ExportDocumentsRequest |
ExportDocumentsRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportDocumentsRequest |
ExportDocumentsRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ExportDocumentsRequest |
ExportDocumentsRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportDocumentsRequest |
ExportDocumentsRequest.parseFrom(InputStream input) |
static ExportDocumentsRequest |
ExportDocumentsRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<ExportDocumentsRequest,com.google.longrunning.Operation> |
FirestoreAdminGrpc.getExportDocumentsMethod() |
com.google.protobuf.Parser<ExportDocumentsRequest> |
ExportDocumentsRequest.getParserForType() |
static com.google.protobuf.Parser<ExportDocumentsRequest> |
ExportDocumentsRequest.parser() |
Modifier and Type | Method and Description |
---|---|
com.google.longrunning.Operation |
FirestoreAdminGrpc.FirestoreAdminBlockingStub.exportDocuments(ExportDocumentsRequest request)
Exports a copy of all or a subset of documents from Google Cloud Firestore
to another storage system, such as Google Cloud Storage.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
FirestoreAdminGrpc.FirestoreAdminFutureStub.exportDocuments(ExportDocumentsRequest request)
Exports a copy of all or a subset of documents from Google Cloud Firestore
to another storage system, such as Google Cloud Storage.
|
default void |
FirestoreAdminGrpc.AsyncService.exportDocuments(ExportDocumentsRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports a copy of all or a subset of documents from Google Cloud Firestore
to another storage system, such as Google Cloud Storage.
|
void |
FirestoreAdminGrpc.FirestoreAdminStub.exportDocuments(ExportDocumentsRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports a copy of all or a subset of documents from Google Cloud Firestore
to another storage system, such as Google Cloud Storage.
|
ExportDocumentsRequest.Builder |
ExportDocumentsRequest.Builder.mergeFrom(ExportDocumentsRequest other) |
static ExportDocumentsRequest.Builder |
ExportDocumentsRequest.newBuilder(ExportDocumentsRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.