dimensions property
The dimensions of this quota bucket.
If this map is empty, this is the global bucket, which is the default quota value applied to all requests that do not have a more specific override.
If this map is nonempty, the default limit, effective limit, and quota overrides apply only to requests that have the dimensions given in the map.
For example, if the map has key region and value us-east-1, then the
specified effective limit is only effective in that region, and the
specified overrides apply only in that region.
Implementation
@$pb.TagNumber(6)
$pb.PbMap<$core.String, $core.String> get dimensions => $_getMap(5);