Reference documentation and code samples for the AlloyDB V1ALPHA API class Google::Cloud::AlloyDB::V1alpha::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.