Class: Google::Cloud::AlloyDB::V1alpha::BackupSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

Message describing a BackupSource.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_name::String

Returns 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}


313
314
315
316
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 313

class BackupSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#backup_uid::String (readonly)

Returns 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.

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.



313
314
315
316
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 313

class BackupSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end