Class: Google::Cloud::CloudQuotas::V1beta::UpdateQuotaAdjusterSettingsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#quota_adjuster_settings::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings

Returns Required. The QuotaAdjusterSettings to update.

Returns:



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.

Returns:



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.

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.



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