Class QuotaExceededInfo (1.14.1)

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

Additional details for quota exceeded error for resource quota.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
dimensions MutableMapping[str, str]
The map holding related quota dimensions.
future_limit float
Future quota limit being rolled out. The limit's unit depends on the quota type or metric. This field is a member of oneof_ _future_limit.
limit float
Current effective quota limit. The limit's unit depends on the quota type or metric. This field is a member of oneof_ _limit.
limit_name str
The name of the quota limit. This field is a member of oneof_ _limit_name.
metric_name str
The Compute Engine quota metric name. This field is a member of oneof_ _metric_name.
rollout_status str
Rollout status of the future quota limit. Check the RolloutStatus enum for the list of possible values. This field is a member of oneof_ _rollout_status.

Classes

DimensionsEntry

DimensionsEntry(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.

RolloutStatus

RolloutStatus(value)

Rollout status of the future quota limit.

Values: UNDEFINED_ROLLOUT_STATUS (0): A value indicating that the enum field is not set. IN_PROGRESS (469193735): IN_PROGRESS - A rollout is in process which will change the limit value to future limit. ROLLOUT_STATUS_UNSPECIFIED (26864568): ROLLOUT_STATUS_UNSPECIFIED - Rollout status is not specified. The default value.