Interface BackupSourceOrBuilder (0.26.0)

public interface BackupSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for backupUid.