Class DimensionsInfo (0.1.8)

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

The detailed quota information such as effective quota value for a combination of dimensions.

Attributes

NameDescription
dimensions MutableMapping[str, str]
The map of dimensions for this dimensions info. The key of a map entry is "region", "zone" or the name of a service specific dimension, and the value of a map entry is the value of the dimension. If a dimension does not appear in the map of dimensions, the dimensions info applies to all the dimension values except for those that have another DimenisonInfo instance configured for the specific value. Example: {"provider" : "Foo Inc"} where "provider" is a service specific dimension of a quota.
details google.cloud.cloudquotas_v1.types.QuotaDetails
Quota details for the specified dimensions.
applicable_locations MutableSequence[str]
The applicable regions or zones of this dimensions info. The field will be set to ['global'] for quotas that are not per region or per zone. Otherwise, it will be set to the list of locations this dimension info is applicable to.

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.