Class: Google::Cloud::CloudQuotas::V1::UpdateQuotaPreferenceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/cloudquotas/v1/cloudquotas.rb

Overview

Message for updating a QuotaPreference

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns Optional. If set to true, and the quota preference is not found, a new one will be created. In this situation, update_mask is ignored.

Returns:

  • (::Boolean)

    Optional. If set to true, and the quota preference is not found, a new one will be created. In this situation, update_mask is ignored.



189
190
191
192
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 189

class UpdateQuotaPreferenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ignore_safety_checks::Array<::Google::Cloud::CloudQuotas::V1::QuotaSafetyCheck>

Returns The list of quota safety checks to be ignored.

Returns:



189
190
191
192
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 189

class UpdateQuotaPreferenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#quota_preference::Google::Cloud::CloudQuotas::V1::QuotaPreference

Returns Required. The resource being updated.

Returns:



189
190
191
192
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 189

class UpdateQuotaPreferenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Optional. Field mask is used to specify the fields to be overwritten in the QuotaPreference 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.

Returns:

  • (::Google::Protobuf::FieldMask)

    Optional. Field mask is used to specify the fields to be overwritten in the QuotaPreference 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.



189
190
191
192
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 189

class UpdateQuotaPreferenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#validate_only::Boolean

Returns 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.



189
190
191
192
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 189

class UpdateQuotaPreferenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end