Class UpdateQuotaAdjusterSettingsRequest (0.1.18)

UpdateQuotaAdjusterSettingsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request for updating QuotaAdjusterSettings

Attributes

Name Description
quota_adjuster_settings google.cloud.cloudquotas_v1beta.types.QuotaAdjusterSettings
Required. The QuotaAdjusterSettings to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. The list of fields to update.
validate_only bool
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.