ErrorQuery$json top-level constant

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

Implementation

@$core.Deprecated('Use errorQueryDescriptor instead')
const ErrorQuery$json = {
  '1': 'ErrorQuery',
  '2': [
    {
      '1': 'Continuation',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.ContinuationToken',
      '10': 'Continuation'
    },
    {
      '1': 'Date',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'Date'
    },
    {
      '1': 'UserId',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'UserId'
    },
    {
      '1': 'Group',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Group'
    },
  ],
};