Package | Description |
---|---|
com.google.cloud.datastore.admin.v1 |
A client to Cloud Datastore API
|
com.google.cloud.datastore.admin.v1.stub | |
com.google.datastore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ExportEntitiesRequest,com.google.longrunning.Operation> |
DatastoreAdminClient.exportEntitiesCallable()
Exports a copy of all or a subset of entities from Google Cloud Datastore to another storage
system, such as Google Cloud Storage.
|
com.google.api.gax.rpc.OperationCallable<ExportEntitiesRequest,ExportEntitiesResponse,ExportEntitiesMetadata> |
DatastoreAdminClient.exportEntitiesOperationCallable()
Exports a copy of all or a subset of entities from Google Cloud Datastore to another storage
system, such as Google Cloud Storage.
|
com.google.api.gax.rpc.OperationCallSettings<ExportEntitiesRequest,ExportEntitiesResponse,ExportEntitiesMetadata> |
DatastoreAdminSettings.exportEntitiesOperationSettings()
Returns the object with the settings used for calls to exportEntities.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportEntitiesRequest,ExportEntitiesResponse,ExportEntitiesMetadata> |
DatastoreAdminSettings.Builder.exportEntitiesOperationSettings()
Returns the builder for the settings used for calls to exportEntities.
|
com.google.api.gax.rpc.UnaryCallSettings<ExportEntitiesRequest,com.google.longrunning.Operation> |
DatastoreAdminSettings.exportEntitiesSettings()
Returns the object with the settings used for calls to exportEntities.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportEntitiesRequest,com.google.longrunning.Operation> |
DatastoreAdminSettings.Builder.exportEntitiesSettings()
Returns the builder for the settings used for calls to exportEntities.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.longrunning.OperationFuture<ExportEntitiesResponse,ExportEntitiesMetadata> |
DatastoreAdminClient.exportEntitiesAsync(ExportEntitiesRequest request)
Exports a copy of all or a subset of entities from Google Cloud Datastore to another storage
system, such as Google Cloud Storage.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ExportEntitiesRequest,com.google.longrunning.Operation> |
DatastoreAdminStub.exportEntitiesCallable() |
com.google.api.gax.rpc.UnaryCallable<ExportEntitiesRequest,com.google.longrunning.Operation> |
HttpJsonDatastoreAdminStub.exportEntitiesCallable() |
com.google.api.gax.rpc.UnaryCallable<ExportEntitiesRequest,com.google.longrunning.Operation> |
GrpcDatastoreAdminStub.exportEntitiesCallable() |
com.google.api.gax.rpc.OperationCallable<ExportEntitiesRequest,ExportEntitiesResponse,ExportEntitiesMetadata> |
DatastoreAdminStub.exportEntitiesOperationCallable() |
com.google.api.gax.rpc.OperationCallable<ExportEntitiesRequest,ExportEntitiesResponse,ExportEntitiesMetadata> |
HttpJsonDatastoreAdminStub.exportEntitiesOperationCallable() |
com.google.api.gax.rpc.OperationCallable<ExportEntitiesRequest,ExportEntitiesResponse,ExportEntitiesMetadata> |
GrpcDatastoreAdminStub.exportEntitiesOperationCallable() |
com.google.api.gax.rpc.OperationCallSettings<ExportEntitiesRequest,ExportEntitiesResponse,ExportEntitiesMetadata> |
DatastoreAdminStubSettings.exportEntitiesOperationSettings()
Returns the object with the settings used for calls to exportEntities.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportEntitiesRequest,ExportEntitiesResponse,ExportEntitiesMetadata> |
DatastoreAdminStubSettings.Builder.exportEntitiesOperationSettings()
Returns the builder for the settings used for calls to exportEntities.
|
com.google.api.gax.rpc.UnaryCallSettings<ExportEntitiesRequest,com.google.longrunning.Operation> |
DatastoreAdminStubSettings.exportEntitiesSettings()
Returns the object with the settings used for calls to exportEntities.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportEntitiesRequest,com.google.longrunning.Operation> |
DatastoreAdminStubSettings.Builder.exportEntitiesSettings()
Returns the builder for the settings used for calls to exportEntities.
|
Modifier and Type | Method and Description |
---|---|
ExportEntitiesRequest |
ExportEntitiesRequest.Builder.build() |
ExportEntitiesRequest |
ExportEntitiesRequest.Builder.buildPartial() |
static ExportEntitiesRequest |
ExportEntitiesRequest.getDefaultInstance() |
ExportEntitiesRequest |
ExportEntitiesRequest.getDefaultInstanceForType() |
ExportEntitiesRequest |
ExportEntitiesRequest.Builder.getDefaultInstanceForType() |
static ExportEntitiesRequest |
ExportEntitiesRequest.parseDelimitedFrom(InputStream input) |
static ExportEntitiesRequest |
ExportEntitiesRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntitiesRequest |
ExportEntitiesRequest.parseFrom(byte[] data) |
static ExportEntitiesRequest |
ExportEntitiesRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntitiesRequest |
ExportEntitiesRequest.parseFrom(ByteBuffer data) |
static ExportEntitiesRequest |
ExportEntitiesRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntitiesRequest |
ExportEntitiesRequest.parseFrom(com.google.protobuf.ByteString data) |
static ExportEntitiesRequest |
ExportEntitiesRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntitiesRequest |
ExportEntitiesRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ExportEntitiesRequest |
ExportEntitiesRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntitiesRequest |
ExportEntitiesRequest.parseFrom(InputStream input) |
static ExportEntitiesRequest |
ExportEntitiesRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ExportEntitiesRequest,com.google.longrunning.Operation> |
DatastoreAdminGrpc.getExportEntitiesMethod() |
com.google.protobuf.Parser<ExportEntitiesRequest> |
ExportEntitiesRequest.getParserForType() |
static com.google.protobuf.Parser<ExportEntitiesRequest> |
ExportEntitiesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
com.google.longrunning.Operation |
DatastoreAdminGrpc.DatastoreAdminBlockingStub.exportEntities(ExportEntitiesRequest request)
Exports a copy of all or a subset of entities from Google Cloud Datastore
to another storage system, such as Google Cloud Storage.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
DatastoreAdminGrpc.DatastoreAdminFutureStub.exportEntities(ExportEntitiesRequest request)
Exports a copy of all or a subset of entities from Google Cloud Datastore
to another storage system, such as Google Cloud Storage.
|
default void |
DatastoreAdminGrpc.AsyncService.exportEntities(ExportEntitiesRequest request,
StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports a copy of all or a subset of entities from Google Cloud Datastore
to another storage system, such as Google Cloud Storage.
|
void |
DatastoreAdminGrpc.DatastoreAdminStub.exportEntities(ExportEntitiesRequest request,
StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports a copy of all or a subset of entities from Google Cloud Datastore
to another storage system, such as Google Cloud Storage.
|
ExportEntitiesRequest.Builder |
ExportEntitiesRequest.Builder.mergeFrom(ExportEntitiesRequest other) |
static ExportEntitiesRequest.Builder |
ExportEntitiesRequest.newBuilder(ExportEntitiesRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.