metric property
The name of the metric this quota limit applies to. The quota limits with the same metric will be checked together during runtime. The metric must be defined within the service config.
Used by metric-based quotas only.
Implementation
@$pb.TagNumber(8)
$core.String get metric => $_getSZ(6);
Implementation
@$pb.TagNumber(8)
set metric($core.String v) { $_setString(6, v); }