Class: Google::Cloud::AlloyDB::V1beta::BackupSource
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1beta::BackupSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1beta/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
313 314 315 316 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 313 class BackupSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_uid ⇒ ::String (readonly)
313 314 315 316 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 313 class BackupSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |