metricValueSets property

  1. @TagNumber.new(7)
PbList<MetricValueSet> get metricValueSets

Represents information about this operation. Each MetricValueSet corresponds to a metric defined in the service configuration. The data type used in the MetricValueSet must agree with the data type specified in the metric definition.

Within a single operation, it is not allowed to have more than one MetricValue instances that have the same metric names and identical label value combinations. If a request has such duplicated MetricValue instances, the entire request is rejected with an invalid argument error.

Implementation

@$pb.TagNumber(7)
$pb.PbList<$1.MetricValueSet> get metricValueSets => $_getList(6);