metric property

  1. @TagNumber.new(8)
String get metric

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);
  1. @TagNumber.new(8)
set metric (String v)

Implementation

@$pb.TagNumber(8)
set metric($core.String v) { $_setString(6, v); }