Quota(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A quotas entry.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
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.