UpdateQuotaPreferenceRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Message for updating a QuotaPreference
Attributes |
|
---|---|
Name | Description |
update_mask |
google.protobuf.field_mask_pb2.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. |
quota_preference |
google.cloud.cloudquotas_v1.types.QuotaPreference
Required. The resource being updated |
allow_missing |
bool
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.
|
validate_only |
bool
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. |
ignore_safety_checks |
MutableSequence[google.cloud.cloudquotas_v1.types.QuotaSafetyCheck]
The list of quota safety checks to be ignored. |