ConsumerQuotaLimit$json top-level constant

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

Implementation

@$core.Deprecated('Use consumerQuotaLimitDescriptor instead')
const ConsumerQuotaLimit$json = {
  '1': 'ConsumerQuotaLimit',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    {'1': 'metric', '3': 8, '4': 1, '5': 9, '10': 'metric'},
    {'1': 'unit', '3': 2, '4': 1, '5': 9, '10': 'unit'},
    {'1': 'is_precise', '3': 3, '4': 1, '5': 8, '10': 'isPrecise'},
    {
      '1': 'allows_admin_overrides',
      '3': 7,
      '4': 1,
      '5': 8,
      '10': 'allowsAdminOverrides'
    },
    {
      '1': 'quota_buckets',
      '3': 9,
      '4': 3,
      '5': 11,
      '6': '.google.api.serviceusage.v1beta1.QuotaBucket',
      '10': 'quotaBuckets'
    },
  ],
};