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': 'status',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.rpc.Status',
      '10': 'status'
    },
    {
      '1': 'headers',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.api.servicecontrol.v2.CheckResponse.HeadersEntry',
      '10': 'headers'
    },
  ],
  '3': [CheckResponse_HeadersEntry$json],
};