Class Quota (1.3.2)

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

A quotas entry.

Attributes

NameDescription
limit float
[Output Only] Quota limit for this metric. This field is a member of oneof_ _limit.
metric str
[Output Only] Name of the quota metric. Check the Metric enum for the list of possible values. This field is a member of oneof_ _metric.
owner str
[Output Only] Owning resource. This is the resource on which this quota is applied. This field is a member of oneof_ _owner.
usage float
[Output Only] Current usage of this metric. This field is a member of oneof_ _usage.

Classes

Metric

Metric(value)

[Output Only] Name of the quota metric.