Class: Google::Cloud::NetApp::V1::UpdateBackupPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::UpdateBackupPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/backup_policy.rb
Overview
UpdateBackupPolicyRequest for updating a backup policy.
Instance Attribute Summary collapse
-
#backup_policy ⇒ ::Google::Cloud::NetApp::V1::BackupPolicy
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#backup_policy ⇒ ::Google::Cloud::NetApp::V1::BackupPolicy
Returns Required. The backup policy being updated.
174 175 176 177 |
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 174 class UpdateBackupPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Field mask is used to specify the fields to be overwritten in the Backup Policy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
174 175 176 177 |
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 174 class UpdateBackupPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |