AlloyDB V1BETA API - Class Google::Cloud::AlloyDB::V1beta::BackupSource (v0.8.0)

Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::BackupSource.

Message describing a BackupSource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#backup_name

def backup_name() -> ::String
Returns
  • (::String) —

    Required. The name of the backup resource with the format:

    • projects/{project}/locations/{region}/backups/{backup_id}

#backup_name=

def backup_name=(value) -> ::String
Parameter
  • value (::String) —

    Required. The name of the backup resource with the format:

    • projects/{project}/locations/{region}/backups/{backup_id}
Returns
  • (::String) —

    Required. The name of the backup resource with the format:

    • projects/{project}/locations/{region}/backups/{backup_id}

#backup_uid

def backup_uid() -> ::String
Returns
  • (::String) — 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.