AllocateQuotaResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use allocateQuotaResponseDescriptor instead')
const AllocateQuotaResponse$json = {
  '1': 'AllocateQuotaResponse',
  '2': [
    {'1': 'operation_id', '3': 1, '4': 1, '5': 9, '10': 'operationId'},
    {
      '1': 'allocate_errors',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.api.servicecontrol.v1.QuotaError',
      '10': 'allocateErrors'
    },
    {
      '1': 'quota_metrics',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.google.api.servicecontrol.v1.MetricValueSet',
      '10': 'quotaMetrics'
    },
    {'1': 'service_config_id', '3': 4, '4': 1, '5': 9, '10': 'serviceConfigId'},
  ],
};