values property
Tiered limit values. Also allows for regional or zone overrides for these values if "/{region}" or "/{zone}" is specified in the unit field.
Currently supported tiers from low to high: VERY_LOW, LOW, STANDARD, HIGH, VERY_HIGH
To apply different limit values for users according to their tiers, specify the values for the tiers you want to differentiate. For example: {LOW:100, STANDARD:500, HIGH:1000, VERY_HIGH:5000}
The limit value for each tier is optional except for the tier STANDARD. The limit value for an unspecified tier falls to the value of its next tier towards tier STANDARD. For the above example, the limit value for tier STANDARD is 500.
To apply the same limit value for all users, just specify limit value for tier STANDARD. For example: {STANDARD:500}.
To apply a regional overide for a tier, add a map entry with key "
The regional overrides tier set for each region must be the same as the tier set for default limit values. Same rule applies for zone overrides tier as well.
Used by metric-based quotas only.
Implementation
@$pb.TagNumber(10)
$pb.PbMap<$core.String, $fixnum.Int64> get values => $_getMap(8);