QuotaView class

Selected view of quota. Can be used to request more detailed quota information when retrieving quota metrics and limits.

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
This enum's name, as specified in the .proto file.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
This enum's integer value, as specified in the .proto file.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns this enum's name or the value if names are not represented.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

valueOf(int value) QuotaView?

Constants

BASIC → const QuotaView
Only buckets with overrides are shown in the response.
FULL → const QuotaView
Include per-location buckets even if they do not have overrides. When the view is FULL, and a limit has regional or zonal quota, the limit will include buckets for all regions or zones that could support overrides, even if none are currently present. In some cases this will cause the response to become very large; callers that do not need this extra information should use the BASIC view instead.
QUOTA_VIEW_UNSPECIFIED → const QuotaView
No quota view specified. Requests that do not specify a quota view will typically default to the BASIC view.
values → const List<QuotaView>