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 = const {
  '1': 'UninterpretedOption',
  '2': const [
    const {
      '1': 'name',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.protobuf.UninterpretedOption.NamePart',
      '10': 'name'
    },
    const {
      '1': 'identifier_value',
      '3': 3,
      '4': 1,
      '5': 9,
      '10': 'identifierValue'
    },
    const {
      '1': 'positive_int_value',
      '3': 4,
      '4': 1,
      '5': 4,
      '10': 'positiveIntValue'
    },
    const {
      '1': 'negative_int_value',
      '3': 5,
      '4': 1,
      '5': 3,
      '10': 'negativeIntValue'
    },
    const {'1': 'double_value', '3': 6, '4': 1, '5': 1, '10': 'doubleValue'},
    const {'1': 'string_value', '3': 7, '4': 1, '5': 12, '10': 'stringValue'},
    const {
      '1': 'aggregate_value',
      '3': 8,
      '4': 1,
      '5': 9,
      '10': 'aggregateValue'
    },
  ],
  '3': const [UninterpretedOption_NamePart$json],
};