metric property
The name of the metric to which this override applies.
An example name would be:
compute.googleapis.com/cpus
Implementation
@$pb.TagNumber(4)
$core.String get metric => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set metric($core.String value) => $_setString(3, value);