Uses of Class
com.google.spanner.admin.database.v1.RestoreDatabaseRequest
-
Packages that use RestoreDatabaseRequest Package Description com.google.cloud.spanner.admin.database.v1 A client to Cloud Spanner APIcom.google.cloud.spanner.admin.database.v1.stub com.google.spanner.admin.database.v1 -
-
Uses of RestoreDatabaseRequest in com.google.cloud.spanner.admin.database.v1
Methods in com.google.cloud.spanner.admin.database.v1 that return types with arguments of type RestoreDatabaseRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RestoreDatabaseRequest,com.google.longrunning.Operation>
DatabaseAdminClient. restoreDatabaseCallable()
Create a new database by restoring from a completed backup.com.google.api.gax.rpc.OperationCallable<RestoreDatabaseRequest,Database,RestoreDatabaseMetadata>
DatabaseAdminClient. restoreDatabaseOperationCallable()
Create a new database by restoring from a completed backup.com.google.api.gax.rpc.OperationCallSettings.Builder<RestoreDatabaseRequest,Database,RestoreDatabaseMetadata>
DatabaseAdminSettings.Builder. restoreDatabaseOperationSettings()
Returns the builder for the settings used for calls to restoreDatabase.com.google.api.gax.rpc.OperationCallSettings<RestoreDatabaseRequest,Database,RestoreDatabaseMetadata>
DatabaseAdminSettings. restoreDatabaseOperationSettings()
Returns the object with the settings used for calls to restoreDatabase.com.google.api.gax.rpc.UnaryCallSettings.Builder<RestoreDatabaseRequest,com.google.longrunning.Operation>
DatabaseAdminSettings.Builder. restoreDatabaseSettings()
Returns the builder for the settings used for calls to restoreDatabase.com.google.api.gax.rpc.UnaryCallSettings<RestoreDatabaseRequest,com.google.longrunning.Operation>
DatabaseAdminSettings. restoreDatabaseSettings()
Returns the object with the settings used for calls to restoreDatabase.Methods in com.google.cloud.spanner.admin.database.v1 with parameters of type RestoreDatabaseRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Database,RestoreDatabaseMetadata>
DatabaseAdminClient. restoreDatabaseAsync(RestoreDatabaseRequest request)
Create a new database by restoring from a completed backup. -
Uses of RestoreDatabaseRequest in com.google.cloud.spanner.admin.database.v1.stub
Methods in com.google.cloud.spanner.admin.database.v1.stub that return types with arguments of type RestoreDatabaseRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RestoreDatabaseRequest,com.google.longrunning.Operation>
DatabaseAdminStub. restoreDatabaseCallable()
com.google.api.gax.rpc.UnaryCallable<RestoreDatabaseRequest,com.google.longrunning.Operation>
GrpcDatabaseAdminStub. restoreDatabaseCallable()
com.google.api.gax.rpc.UnaryCallable<RestoreDatabaseRequest,com.google.longrunning.Operation>
HttpJsonDatabaseAdminStub. restoreDatabaseCallable()
com.google.api.gax.rpc.OperationCallable<RestoreDatabaseRequest,Database,RestoreDatabaseMetadata>
DatabaseAdminStub. restoreDatabaseOperationCallable()
com.google.api.gax.rpc.OperationCallable<RestoreDatabaseRequest,Database,RestoreDatabaseMetadata>
GrpcDatabaseAdminStub. restoreDatabaseOperationCallable()
com.google.api.gax.rpc.OperationCallable<RestoreDatabaseRequest,Database,RestoreDatabaseMetadata>
HttpJsonDatabaseAdminStub. restoreDatabaseOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<RestoreDatabaseRequest,Database,RestoreDatabaseMetadata>
DatabaseAdminStubSettings.Builder. restoreDatabaseOperationSettings()
Returns the builder for the settings used for calls to restoreDatabase.com.google.api.gax.rpc.OperationCallSettings<RestoreDatabaseRequest,Database,RestoreDatabaseMetadata>
DatabaseAdminStubSettings. restoreDatabaseOperationSettings()
Returns the object with the settings used for calls to restoreDatabase.com.google.api.gax.rpc.UnaryCallSettings.Builder<RestoreDatabaseRequest,com.google.longrunning.Operation>
DatabaseAdminStubSettings.Builder. restoreDatabaseSettings()
Returns the builder for the settings used for calls to restoreDatabase.com.google.api.gax.rpc.UnaryCallSettings<RestoreDatabaseRequest,com.google.longrunning.Operation>
DatabaseAdminStubSettings. restoreDatabaseSettings()
Returns the object with the settings used for calls to restoreDatabase. -
Uses of RestoreDatabaseRequest in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return RestoreDatabaseRequest Modifier and Type Method Description RestoreDatabaseRequest
RestoreDatabaseRequest.Builder. build()
RestoreDatabaseRequest
RestoreDatabaseRequest.Builder. buildPartial()
static RestoreDatabaseRequest
RestoreDatabaseRequest. getDefaultInstance()
RestoreDatabaseRequest
RestoreDatabaseRequest.Builder. getDefaultInstanceForType()
RestoreDatabaseRequest
RestoreDatabaseRequest. getDefaultInstanceForType()
static RestoreDatabaseRequest
RestoreDatabaseRequest. parseDelimitedFrom(InputStream input)
static RestoreDatabaseRequest
RestoreDatabaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreDatabaseRequest
RestoreDatabaseRequest. parseFrom(byte[] data)
static RestoreDatabaseRequest
RestoreDatabaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreDatabaseRequest
RestoreDatabaseRequest. parseFrom(com.google.protobuf.ByteString data)
static RestoreDatabaseRequest
RestoreDatabaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreDatabaseRequest
RestoreDatabaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RestoreDatabaseRequest
RestoreDatabaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreDatabaseRequest
RestoreDatabaseRequest. parseFrom(InputStream input)
static RestoreDatabaseRequest
RestoreDatabaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreDatabaseRequest
RestoreDatabaseRequest. parseFrom(ByteBuffer data)
static RestoreDatabaseRequest
RestoreDatabaseRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.spanner.admin.database.v1 that return types with arguments of type RestoreDatabaseRequest Modifier and Type Method Description com.google.protobuf.Parser<RestoreDatabaseRequest>
RestoreDatabaseRequest. getParserForType()
static io.grpc.MethodDescriptor<RestoreDatabaseRequest,com.google.longrunning.Operation>
DatabaseAdminGrpc. getRestoreDatabaseMethod()
static com.google.protobuf.Parser<RestoreDatabaseRequest>
RestoreDatabaseRequest. parser()
Methods in com.google.spanner.admin.database.v1 with parameters of type RestoreDatabaseRequest Modifier and Type Method Description RestoreDatabaseRequest.Builder
RestoreDatabaseRequest.Builder. mergeFrom(RestoreDatabaseRequest other)
static RestoreDatabaseRequest.Builder
RestoreDatabaseRequest. newBuilder(RestoreDatabaseRequest prototype)
default void
DatabaseAdminGrpc.AsyncService. restoreDatabase(RestoreDatabaseRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Create a new database by restoring from a completed backup.com.google.longrunning.Operation
DatabaseAdminGrpc.DatabaseAdminBlockingStub. restoreDatabase(RestoreDatabaseRequest request)
Create a new database by restoring from a completed backup.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
DatabaseAdminGrpc.DatabaseAdminFutureStub. restoreDatabase(RestoreDatabaseRequest request)
Create a new database by restoring from a completed backup.void
DatabaseAdminGrpc.DatabaseAdminStub. restoreDatabase(RestoreDatabaseRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Create a new database by restoring from a completed backup.
-