QuotaError$json top-level constant

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

Implementation

@$core.Deprecated('Use quotaErrorDescriptor instead')
const QuotaError$json = {
  '1': 'QuotaError',
  '2': [
    {
      '1': 'code',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.google.api.servicecontrol.v1.QuotaError.Code',
      '10': 'code'
    },
    {'1': 'subject', '3': 2, '4': 1, '5': 9, '10': 'subject'},
    {'1': 'description', '3': 3, '4': 1, '5': 9, '10': 'description'},
    {
      '1': 'status',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.rpc.Status',
      '10': 'status'
    },
  ],
  '4': [QuotaError_Code$json],
};