ReportResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use reportResponseDescriptor instead')
const ReportResponse$json = {
  '1': 'ReportResponse',
  '2': [
    {
      '1': 'report_errors',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.api.servicecontrol.v1.ReportResponse.ReportError',
      '10': 'reportErrors'
    },
    {'1': 'service_config_id', '3': 2, '4': 1, '5': 9, '10': 'serviceConfigId'},
    {
      '1': 'service_rollout_id',
      '3': 4,
      '4': 1,
      '5': 9,
      '10': 'serviceRolloutId'
    },
  ],
  '3': [ReportResponse_ReportError$json],
};