public class RestoreInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RestoreInfo.RestoreSourceType
Source of the restore information.
|
Modifier and Type | Method and Description |
---|---|
BackupId |
getBackup()
The backup source of the restored database.
|
com.google.cloud.Timestamp |
getBackupCreateTime()
The create time of the backup for the restore.
|
RestoreInfo |
getProto()
Returns the raw proto instance that was used to construct this
RestoreInfo . |
DatabaseId |
getSourceDatabase()
The source database that was used to create the backup.
|
RestoreInfo.RestoreSourceType |
getSourceType()
The source type of the restore.
|
public BackupId getBackup()
public RestoreInfo.RestoreSourceType getSourceType()
public com.google.cloud.Timestamp getBackupCreateTime()
public DatabaseId getSourceDatabase()
@Nullable public RestoreInfo getProto()
RestoreInfo
.Copyright © 2021 Google LLC. All rights reserved.