Get Backup Result
data class GetBackupResult(val encryptionInfo: EncryptionInfoResponse, val endTime: String, val expireTime: String, val name: String, val sizeBytes: String, val sourceBackup: String, val sourceTable: String, val startTime: String, val state: String)
Constructors
Link copied to clipboard
fun GetBackupResult(encryptionInfo: EncryptionInfoResponse, endTime: String, expireTime: String, name: String, sizeBytes: String, sourceBackup: String, sourceTable: String, startTime: String, state: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
A globally unique identifier for the backup which cannot be changed. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/ backups/_a-zA-Z0-9*
The final segment of the name must be between 1 and 50 characters in length. The backup is stored in the cluster identified by the prefix of the backup name of the form projects/{project}/instances/{instance}/clusters/{cluster}
.