public interface BackupSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBackupName()
public abstract String getBackupName()
Required. The name of the backup resource with the format:
- projects/{project}/locations/{region}/backups/{backup_id}
string backup_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The backupName. |
getBackupNameBytes()
public abstract ByteString getBackupNameBytes()
Required. The name of the backup resource with the format:
- projects/{project}/locations/{region}/backups/{backup_id}
string backup_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backupName. |
getBackupUid()
public abstract String getBackupUid()
Output only. The system-generated UID of the backup which was used to create this resource. The UID is generated when the backup is created, and it is retained until the backup is deleted.
string backup_uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The backupUid. |
getBackupUidBytes()
public abstract ByteString getBackupUidBytes()
Output only. The system-generated UID of the backup which was used to create this resource. The UID is generated when the backup is created, and it is retained until the backup is deleted.
string backup_uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backupUid. |