Class DimensionsInfo (0.1.18)

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

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

Attributes

Name Description
dimensions MutableMapping[str, str]
The map of dimensions in key-value pairs. 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 DimensionInfo instance configured for the specific value. For example: {"provider" : "Example Organization"} where provider is a service-specific quota dimension and Example Organization is the provider name.
details google.cloud.cloudquotas_v1beta.types.QuotaDetails
Quota details for the specified dimensions.
applicable_locations MutableSequence[str]
The applicable regions or zones of this dimension. The field is 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
Name Description
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.