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, validate the request, but do not actually update. Note that a request being valid does not mean that the request is guaranteed to be fulfilled.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If set to true, validate the request, but do not actually update. Note that a request being valid does not mean that the request is guaranteed to be fulfilled.
Returns
- (::Boolean) — Optional. If set to true, validate the request, but do not actually update. Note that a request being valid does not mean that the request is guaranteed to be fulfilled.