Package | Description |
---|---|
com.google.api.services.spanner.v1 | |
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
Spanner.Projects.Instances.Databases.Restore |
Spanner.Projects.Instances.Databases.restore(String parent,
RestoreDatabaseRequest content)
Create a new database by restoring from a completed backup.
|
Constructor and Description |
---|
Restore(String parent,
RestoreDatabaseRequest content)
Create a new database by restoring from a completed backup.
|
Modifier and Type | Method and Description |
---|---|
RestoreDatabaseRequest |
RestoreDatabaseRequest.clone() |
RestoreDatabaseRequest |
RestoreDatabaseRequest.set(String fieldName,
Object value) |
RestoreDatabaseRequest |
RestoreDatabaseRequest.setBackup(String backup)
Name of the backup from which to restore.
|
RestoreDatabaseRequest |
RestoreDatabaseRequest.setDatabaseId(String databaseId)
Required.
|
RestoreDatabaseRequest |
RestoreDatabaseRequest.setEncryptionConfig(RestoreDatabaseEncryptionConfig encryptionConfig)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.