quotaMetrics property

List<MetricValueSet>? quotaMetrics
getter/setter pair

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. This field is mutually exclusive with method_name.

Implementation

core.List<MetricValueSet>? quotaMetrics;