UninterpretedOption$json top-level constant

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

Implementation

@$core.Deprecated('Use uninterpretedOptionDescriptor instead')
const UninterpretedOption$json = {
  '1': 'UninterpretedOption',
  '2': [
    {
      '1': 'name',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.protobuf.UninterpretedOption.NamePart',
      '10': 'name'
    },
    {'1': 'identifier_value', '3': 3, '4': 1, '5': 9, '10': 'identifierValue'},
    {
      '1': 'positive_int_value',
      '3': 4,
      '4': 1,
      '5': 4,
      '10': 'positiveIntValue'
    },
    {
      '1': 'negative_int_value',
      '3': 5,
      '4': 1,
      '5': 3,
      '10': 'negativeIntValue'
    },
    {'1': 'double_value', '3': 6, '4': 1, '5': 1, '10': 'doubleValue'},
    {'1': 'string_value', '3': 7, '4': 1, '5': 12, '10': 'stringValue'},
    {'1': 'aggregate_value', '3': 8, '4': 1, '5': 9, '10': 'aggregateValue'},
  ],
  '3': [UninterpretedOption_NamePart$json],
};