Diagnostic$json top-level constant

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

Implementation

@$core.Deprecated('Use diagnosticDescriptor instead')
const Diagnostic$json = {
  '1': 'Diagnostic',
  '2': [
    {'1': 'location', '3': 1, '4': 1, '5': 9, '10': 'location'},
    {
      '1': 'kind',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.google.api.servicemanagement.v1.Diagnostic.Kind',
      '10': 'kind'
    },
    {'1': 'message', '3': 3, '4': 1, '5': 9, '10': 'message'},
  ],
  '4': [Diagnostic_Kind$json],
};