Class: Google::Cloud::NetApp::V1::UpdateQuotaRuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::UpdateQuotaRuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/quota_rule.rb
Overview
UpdateQuotaRuleRequest for updating a quota rule.
Instance Attribute Summary collapse
-
#quota_rule ⇒ ::Google::Cloud::NetApp::V1::QuotaRule
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
permalink #quota_rule ⇒ ::Google::Cloud::NetApp::V1::QuotaRule
Returns Required. The quota rule being updated.
99 100 101 102 |
# File 'proto_docs/google/cloud/netapp/v1/quota_rule.rb', line 99 class UpdateQuotaRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
permalink #update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Field mask is used to specify the fields to be overwritten in the Quota Rule 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.
99 100 101 102 |
# File 'proto_docs/google/cloud/netapp/v1/quota_rule.rb', line 99 class UpdateQuotaRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |