Class: Google::Cloud::CloudQuotas::V1beta::UpdateQuotaAdjusterSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudQuotas::V1beta::UpdateQuotaAdjusterSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/cloudquotas/v1beta/quota_adjuster_settings.rb
Overview
Request for updating QuotaAdjusterSettings
Instance Attribute Summary collapse
-
#quota_adjuster_settings ⇒ ::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#quota_adjuster_settings ⇒ ::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings
Returns Required. The QuotaAdjusterSettings to update.
46 47 48 49 |
# File 'proto_docs/google/api/cloudquotas/v1beta/quota_adjuster_settings.rb', line 46 class UpdateQuotaAdjusterSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
46 47 48 49 |
# File 'proto_docs/google/api/cloudquotas/v1beta/quota_adjuster_settings.rb', line 46 class UpdateQuotaAdjusterSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. If set to true, checks the syntax of the request but doesn't update the quota adjuster settings value. Note that although a request can be valid, that doesn't guarantee that the request will be fulfilled.
46 47 48 49 |
# File 'proto_docs/google/api/cloudquotas/v1beta/quota_adjuster_settings.rb', line 46 class UpdateQuotaAdjusterSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |