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 RestoreDatabaseRequestRestoreDatabaseRequest.Builder. build()RestoreDatabaseRequestRestoreDatabaseRequest.Builder. buildPartial()static RestoreDatabaseRequestRestoreDatabaseRequest. getDefaultInstance()RestoreDatabaseRequestRestoreDatabaseRequest.Builder. getDefaultInstanceForType()RestoreDatabaseRequestRestoreDatabaseRequest. getDefaultInstanceForType()static RestoreDatabaseRequestRestoreDatabaseRequest. parseDelimitedFrom(InputStream input)static RestoreDatabaseRequestRestoreDatabaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RestoreDatabaseRequestRestoreDatabaseRequest. parseFrom(byte[] data)static RestoreDatabaseRequestRestoreDatabaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RestoreDatabaseRequestRestoreDatabaseRequest. parseFrom(com.google.protobuf.ByteString data)static RestoreDatabaseRequestRestoreDatabaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RestoreDatabaseRequestRestoreDatabaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)static RestoreDatabaseRequestRestoreDatabaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RestoreDatabaseRequestRestoreDatabaseRequest. parseFrom(InputStream input)static RestoreDatabaseRequestRestoreDatabaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RestoreDatabaseRequestRestoreDatabaseRequest. parseFrom(ByteBuffer data)static RestoreDatabaseRequestRestoreDatabaseRequest. 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.BuilderRestoreDatabaseRequest.Builder. mergeFrom(RestoreDatabaseRequest other)static RestoreDatabaseRequest.BuilderRestoreDatabaseRequest. newBuilder(RestoreDatabaseRequest prototype)default voidDatabaseAdminGrpc.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.OperationDatabaseAdminGrpc.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.voidDatabaseAdminGrpc.DatabaseAdminStub. restoreDatabase(RestoreDatabaseRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Create a new database by restoring from a completed backup.
-