MetricRule$json top-level constant

  1. @Deprecated('Use metricRuleDescriptor instead')
Map<String, Object> const MetricRule$json

Implementation

@$core.Deprecated('Use metricRuleDescriptor instead')
const MetricRule$json = const {
  '1': 'MetricRule',
  '2': const [
    const {'1': 'selector', '3': 1, '4': 1, '5': 9, '10': 'selector'},
    const {
      '1': 'metric_costs',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.api.MetricRule.MetricCostsEntry',
      '10': 'metricCosts'
    },
  ],
  '3': const [MetricRule_MetricCostsEntry$json],
};