ConsumerQuotaMetric$json top-level constant

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

Implementation

@$core.Deprecated('Use consumerQuotaMetricDescriptor instead')
const ConsumerQuotaMetric$json = {
  '1': 'ConsumerQuotaMetric',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    {'1': 'metric', '3': 4, '4': 1, '5': 9, '10': 'metric'},
    {'1': 'display_name', '3': 2, '4': 1, '5': 9, '10': 'displayName'},
    {
      '1': 'consumer_quota_limits',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.google.api.serviceusage.v1beta1.ConsumerQuotaLimit',
      '10': 'consumerQuotaLimits'
    },
    {
      '1': 'descendant_consumer_quota_limits',
      '3': 6,
      '4': 3,
      '5': 11,
      '6': '.google.api.serviceusage.v1beta1.ConsumerQuotaLimit',
      '10': 'descendantConsumerQuotaLimits'
    },
    {'1': 'unit', '3': 5, '4': 1, '5': 9, '10': 'unit'},
  ],
};