metric property

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

The name of the metric to which this policy applies.

An example name would be: compute.googleapis.com/cpus

Implementation

@$pb.TagNumber(4)
$core.String get metric => $_getSZ(3);
  1. @TagNumber.new(4)
set metric (String value)

Implementation

@$pb.TagNumber(4)
set metric($core.String value) => $_setString(3, value);