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.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.
|
com.google.api.gax.longrunning.OperationFuture<ExportEntitiesResponse,ExportEntitiesMetadata> |
DatastoreAdminClient.exportEntitiesAsync(String projectId,
Map<String,String> labels,
EntityFilter entityFilter,
String outputUrlPrefix)
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ExportEntitiesResponse |
ExportEntitiesResponse.Builder.build() |
ExportEntitiesResponse |
ExportEntitiesResponse.Builder.buildPartial() |
static ExportEntitiesResponse |
ExportEntitiesResponse.getDefaultInstance() |
ExportEntitiesResponse |
ExportEntitiesResponse.getDefaultInstanceForType() |
ExportEntitiesResponse |
ExportEntitiesResponse.Builder.getDefaultInstanceForType() |
static ExportEntitiesResponse |
ExportEntitiesResponse.parseDelimitedFrom(InputStream input) |
static ExportEntitiesResponse |
ExportEntitiesResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntitiesResponse |
ExportEntitiesResponse.parseFrom(byte[] data) |
static ExportEntitiesResponse |
ExportEntitiesResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntitiesResponse |
ExportEntitiesResponse.parseFrom(ByteBuffer data) |
static ExportEntitiesResponse |
ExportEntitiesResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntitiesResponse |
ExportEntitiesResponse.parseFrom(com.google.protobuf.ByteString data) |
static ExportEntitiesResponse |
ExportEntitiesResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntitiesResponse |
ExportEntitiesResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ExportEntitiesResponse |
ExportEntitiesResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntitiesResponse |
ExportEntitiesResponse.parseFrom(InputStream input) |
static ExportEntitiesResponse |
ExportEntitiesResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ExportEntitiesResponse> |
ExportEntitiesResponse.getParserForType() |
static com.google.protobuf.Parser<ExportEntitiesResponse> |
ExportEntitiesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ExportEntitiesResponse.Builder |
ExportEntitiesResponse.Builder.mergeFrom(ExportEntitiesResponse other) |
static ExportEntitiesResponse.Builder |
ExportEntitiesResponse.newBuilder(ExportEntitiesResponse prototype) |
Copyright © 2023 Google LLC. All rights reserved.