dimensions property
If this map is nonempty, then this policy applies only to specific values for dimensions defined in the limit unit.
For example, an policy on a limit with the unit 1/{project}/{region}
could contain an entry with the key region and the value us-east-1;
the policy is only applied to quota consumed in that region.
This map has the following restrictions:
- If
regionappears as a key, its value must be a valid Cloud region. - If
zoneappears as a key, its value must be a valid Cloud zone. - Keys other than
regionorzoneare not valid.
Implementation
@$pb.TagNumber(3)
$pb.PbMap<$core.String, $core.String> get dimensions => $_getMap(2);