Package | Description |
---|---|
com.google.cloud.spanner.admin.database.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.spanner.admin.database.v1.stub | |
com.google.spanner.admin.database.v1 |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<RestoreDatabaseRequest,Operation> |
DatabaseAdminClient.restoreDatabaseCallable()
Create a new database by restoring from a completed backup.
|
OperationCallable<RestoreDatabaseRequest,Database,RestoreDatabaseMetadata> |
DatabaseAdminClient.restoreDatabaseOperationCallable()
Create a new database by restoring from a completed backup.
|
OperationCallSettings<RestoreDatabaseRequest,Database,RestoreDatabaseMetadata> |
DatabaseAdminSettings.restoreDatabaseOperationSettings()
Returns the object with the settings used for calls to restoreDatabase.
|
OperationCallSettings.Builder<RestoreDatabaseRequest,Database,RestoreDatabaseMetadata> |
DatabaseAdminSettings.Builder.restoreDatabaseOperationSettings()
Returns the builder for the settings used for calls to restoreDatabase.
|
UnaryCallSettings<RestoreDatabaseRequest,Operation> |
DatabaseAdminSettings.restoreDatabaseSettings()
Returns the object with the settings used for calls to restoreDatabase.
|
UnaryCallSettings.Builder<RestoreDatabaseRequest,Operation> |
DatabaseAdminSettings.Builder.restoreDatabaseSettings()
Returns the builder for the settings used for calls to restoreDatabase.
|
Modifier and Type | Method and Description |
---|---|
OperationFuture<Database,RestoreDatabaseMetadata> |
DatabaseAdminClient.restoreDatabaseAsync(RestoreDatabaseRequest request)
Create a new database by restoring from a completed backup.
|
Modifier and Type | Method and Description |
---|---|
Parser<RestoreDatabaseRequest> |
RestoreDatabaseRequest.getParserForType() |
static MethodDescriptor<RestoreDatabaseRequest,Operation> |
DatabaseAdminGrpc.getRestoreDatabaseMethod() |
static Parser<RestoreDatabaseRequest> |
RestoreDatabaseRequest.parser() |
Modifier and Type | Method and Description |
---|---|
RestoreDatabaseRequest.Builder |
RestoreDatabaseRequest.Builder.mergeFrom(RestoreDatabaseRequest other) |
static RestoreDatabaseRequest.Builder |
RestoreDatabaseRequest.newBuilder(RestoreDatabaseRequest prototype) |
Operation |
DatabaseAdminGrpc.DatabaseAdminBlockingStub.restoreDatabase(RestoreDatabaseRequest request)
Create a new database by restoring from a completed backup.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
DatabaseAdminGrpc.DatabaseAdminFutureStub.restoreDatabase(RestoreDatabaseRequest request)
Create a new database by restoring from a completed backup.
|
void |
DatabaseAdminGrpc.DatabaseAdminImplBase.restoreDatabase(RestoreDatabaseRequest request,
StreamObserver<Operation> responseObserver)
Create a new database by restoring from a completed backup.
|
void |
DatabaseAdminGrpc.DatabaseAdminStub.restoreDatabase(RestoreDatabaseRequest request,
StreamObserver<Operation> responseObserver)
Create a new database by restoring from a completed backup.
|
Copyright © 2022 Google LLC. All rights reserved.