unit property
Specify the unit of the quota limit. It uses the same syntax as
Metric.unit. The supported unit kinds are determined by the quota
backend system.
Here are some examples:
- "1/min/{project}" for quota per minute per project.
Note: the order of unit components is insignificant. The "1" at the beginning is required to follow the metric unit syntax.
Implementation
@$pb.TagNumber(9)
$core.String get unit => $_getSZ(7);
Implementation
@$pb.TagNumber(9)
set unit($core.String value) => $_setString(7, value);