TestOneof2$json top-level constant

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

Implementation

@$core.Deprecated('Use testOneof2Descriptor instead')
const TestOneof2$json = {
  '1': 'TestOneof2',
  '2': [
    {'1': 'foo_int', '3': 1, '4': 1, '5': 5, '9': 0, '10': 'fooInt'},
    {'1': 'foo_string', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'fooString'},
    {
      '1': 'foo_cord',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': {'1': 1},
      '9': 0,
      '10': 'fooCord',
    },
    {
      '1': 'foo_string_piece',
      '3': 4,
      '4': 1,
      '5': 9,
      '8': {'1': 2},
      '9': 0,
      '10': 'fooStringPiece',
    },
    {'1': 'foo_bytes', '3': 5, '4': 1, '5': 12, '9': 0, '10': 'fooBytes'},
    {
      '1': 'foo_enum',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.protobuf_unittest.TestOneof2.NestedEnum',
      '9': 0,
      '10': 'fooEnum'
    },
    {
      '1': 'foo_message',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.protobuf_unittest.TestOneof2.NestedMessage',
      '9': 0,
      '10': 'fooMessage'
    },
    {
      '1': 'foogroup',
      '3': 8,
      '4': 1,
      '5': 10,
      '6': '.protobuf_unittest.TestOneof2.FooGroup',
      '9': 0,
      '10': 'foogroup'
    },
    {
      '1': 'foo_lazy_message',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.protobuf_unittest.TestOneof2.NestedMessage',
      '8': {'5': true},
      '9': 0,
      '10': 'fooLazyMessage',
    },
    {'1': 'bar_int', '3': 12, '4': 1, '5': 5, '7': '5', '9': 1, '10': 'barInt'},
    {
      '1': 'bar_string',
      '3': 13,
      '4': 1,
      '5': 9,
      '7': 'STRING',
      '9': 1,
      '10': 'barString'
    },
    {
      '1': 'bar_cord',
      '3': 14,
      '4': 1,
      '5': 9,
      '7': 'CORD',
      '8': {'1': 1},
      '9': 1,
      '10': 'barCord',
    },
    {
      '1': 'bar_string_piece',
      '3': 15,
      '4': 1,
      '5': 9,
      '7': 'SPIECE',
      '8': {'1': 2},
      '9': 1,
      '10': 'barStringPiece',
    },
    {
      '1': 'bar_bytes',
      '3': 16,
      '4': 1,
      '5': 12,
      '7': 'BYTES',
      '9': 1,
      '10': 'barBytes'
    },
    {
      '1': 'bar_enum',
      '3': 17,
      '4': 1,
      '5': 14,
      '6': '.protobuf_unittest.TestOneof2.NestedEnum',
      '7': 'BAR',
      '9': 1,
      '10': 'barEnum'
    },
    {
      '1': 'bar_string_with_empty_default',
      '3': 20,
      '4': 1,
      '5': 9,
      '7': '',
      '9': 1,
      '10': 'barStringWithEmptyDefault'
    },
    {
      '1': 'bar_cord_with_empty_default',
      '3': 21,
      '4': 1,
      '5': 9,
      '7': '',
      '8': {'1': 1},
      '9': 1,
      '10': 'barCordWithEmptyDefault',
    },
    {
      '1': 'bar_string_piece_with_empty_default',
      '3': 22,
      '4': 1,
      '5': 9,
      '7': '',
      '8': {'1': 2},
      '9': 1,
      '10': 'barStringPieceWithEmptyDefault',
    },
    {
      '1': 'bar_bytes_with_empty_default',
      '3': 23,
      '4': 1,
      '5': 12,
      '7': '',
      '9': 1,
      '10': 'barBytesWithEmptyDefault'
    },
    {'1': 'baz_int', '3': 18, '4': 1, '5': 5, '10': 'bazInt'},
    {'1': 'baz_string', '3': 19, '4': 1, '5': 9, '7': 'BAZ', '10': 'bazString'},
  ],
  '3': [TestOneof2_FooGroup$json, TestOneof2_NestedMessage$json],
  '4': [TestOneof2_NestedEnum$json],
  '8': [
    {'1': 'foo'},
    {'1': 'bar'},
  ],
};