CheckError$json top-level constant

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

Implementation

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