Class: Google::Cloud::BackupDR::V1::UpdateBackupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::UpdateBackupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
Request message for updating a Backup.
Instance Attribute Summary collapse
-
#backup ⇒ ::Google::Cloud::BackupDR::V1::Backup
Required.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#backup ⇒ ::Google::Cloud::BackupDR::V1::Backup
1059 1060 1061 1062 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 1059 class UpdateBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
1059 1060 1061 1062 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 1059 class UpdateBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
1059 1060 1061 1062 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 1059 class UpdateBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |