Reference documentation and code samples for the Cloud Quotas V1BETA API class Google::Cloud::CloudQuotas::V1beta::UpdateQuotaAdjusterSettingsRequest.
Request for updating QuotaAdjusterSettings
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#quota_adjuster_settings
def quota_adjuster_settings() -> ::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings
    Returns
    
  - (::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings) — Required. The QuotaAdjusterSettings to update.
#quota_adjuster_settings=
def quota_adjuster_settings=(value) -> ::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings
    Parameter
    
  - value (::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings) — Required. The QuotaAdjusterSettings to update.
    Returns
    
  - (::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings) — Required. The QuotaAdjusterSettings to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
    Returns
    
  - (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
    Parameter
    
  - value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
    Returns
    
  - (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#validate_only
def validate_only() -> ::Boolean
    Returns
    
  - (::Boolean) — 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.
#validate_only=
def validate_only=(value) -> ::Boolean
    Parameter
    
  - value (::Boolean) — 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.
    Returns
    
- (::Boolean) — 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.