CheckResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use checkResponseDescriptor instead')
const CheckResponse$json = {
  '1': 'CheckResponse',
  '2': [
    {'1': 'operation_id', '3': 1, '4': 1, '5': 9, '10': 'operationId'},
    {
      '1': 'check_errors',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.api.servicecontrol.v1.CheckError',
      '10': 'checkErrors'
    },
    {'1': 'service_config_id', '3': 5, '4': 1, '5': 9, '10': 'serviceConfigId'},
    {
      '1': 'service_rollout_id',
      '3': 11,
      '4': 1,
      '5': 9,
      '10': 'serviceRolloutId'
    },
    {
      '1': 'check_info',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.api.servicecontrol.v1.CheckResponse.CheckInfo',
      '10': 'checkInfo'
    },
  ],
  '3': [CheckResponse_CheckInfo$json, CheckResponse_ConsumerInfo$json],
};