Class: Google::Cloud::AlloyDB::V1alpha::UpdateBackupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::UpdateBackupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Message for updating a Backup
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
Optional.
-
#backup ⇒ ::Google::Cloud::AlloyDB::V1alpha::Backup
Required.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
1332 1333 1334 1335 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 1332 class UpdateBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup ⇒ ::Google::Cloud::AlloyDB::V1alpha::Backup
1332 1333 1334 1335 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 1332 class UpdateBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
1332 1333 1334 1335 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 1332 class UpdateBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
1332 1333 1334 1335 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 1332 class UpdateBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
1332 1333 1334 1335 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 1332 class UpdateBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |