public static interface Database.SourceInfo.BackupSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackup()
public abstract String getBackup() The resource name of the backup that was used to restore this
database. Format:
projects/{project}/locations/{location}/backups/{backup}.
string backup = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The backup. |
getBackupBytes()
public abstract ByteString getBackupBytes() The resource name of the backup that was used to restore this
database. Format:
projects/{project}/locations/{location}/backups/{backup}.
string backup = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for backup. |