Class: Google::Cloud::AlloyDB::V1::BackupSource
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::BackupSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/resources.rb
Overview
Message describing a BackupSource.
Instance Attribute Summary collapse
-
#backup_name ⇒ ::String
Required.
-
#backup_uid ⇒ ::String
readonly
Output only.
Instance Attribute Details
#backup_name ⇒ ::String
Returns Required. The name of the backup resource with the format:
- projects/{project}/locations/{region}/backups/{backup_id}.
254 255 256 257 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 254 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.
254 255 256 257 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 254 class BackupSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |