Class QuotaConfig (0.1.8)

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

The preferred quota configuration.

Attributes

NameDescription
preferred_value int
Required. The preferred value. Must be greater than or equal to -1. If set to -1, it means the value is "unlimited".
state_detail str
Output only. Optional details about the state of this quota preference.
granted_value google.protobuf.wrappers_pb2.Int64Value
Output only. Granted quota value.
trace_id str
Output only. The trace id that the Google Cloud uses to provision the requested quota. This trace id may be used by the client to contact Cloud support to track the state of a quota preference request. The trace id is only produced for increase requests and is unique for each request. The quota decrease requests do not have a trace id.
annotations MutableMapping[str, str]
Optional. The annotations map for clients to store small amounts of arbitrary data. Do not put PII or other sensitive information here. See https://google.aip.dev/128#annotations
request_origin google.cloud.cloudquotas_v1.types.QuotaConfig.Origin
Output only. The origin of the quota preference request.

Classes

AnnotationsEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

Origin

Origin(value)

The enumeration of the origins of quota preference requests.

Values: ORIGIN_UNSPECIFIED (0): The unspecified value. CLOUD_CONSOLE (1): Created through Cloud Console. AUTO_ADJUSTER (2): Generated by automatic quota adjustment.