Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
BackupInfo |
BackupInfo.clone() |
BackupInfo |
RestoreInfo.getBackupInfo()
Information about the backup used to restore the database.
|
BackupInfo |
RestoreDatabaseMetadata.getBackupInfo()
Information about the backup used to restore the database.
|
BackupInfo |
BackupInfo.set(String fieldName,
Object value) |
BackupInfo |
BackupInfo.setBackup(String backup)
Name of the backup.
|
BackupInfo |
BackupInfo.setCreateTime(String createTime)
The time the CreateBackup request was received.
|
BackupInfo |
BackupInfo.setSourceDatabase(String sourceDatabase)
Name of the database the backup was created from.
|
BackupInfo |
BackupInfo.setVersionTime(String versionTime)
The backup contains an externally consistent copy of `source_database` at the timestamp
specified by `version_time`.
|
Modifier and Type | Method and Description |
---|---|
RestoreInfo |
RestoreInfo.setBackupInfo(BackupInfo backupInfo)
Information about the backup used to restore the database.
|
RestoreDatabaseMetadata |
RestoreDatabaseMetadata.setBackupInfo(BackupInfo backupInfo)
Information about the backup used to restore the database.
|
Copyright © 2011–2025 Google. All rights reserved.