1optional_int32: 101
2optional_int64: 102
3optional_uint32: 103
4optional_uint64: 104
5optional_sint32: 105
6optional_sint64: 106
7optional_fixed32: 107
8optional_fixed64: 108
9optional_sfixed32: 109
10optional_sfixed64: 110
11optional_float: 111
12optional_double: 112
13optional_bool: true
14optional_string: "115"
15optional_bytes: "116"
16OptionalGroup {
17  a: 117
18}
19optional_nested_message {
20  bb: 118
21}
22optional_foreign_message {
23  c: 119
24}
25optional_import_message {
26  d: 120
27}
28optional_nested_enum: BAZ
29optional_foreign_enum: FOREIGN_BAZ
30optional_import_enum: IMPORT_BAZ
31optional_string_piece: "124"
32optional_cord: "125"
33repeated_int32: 201
34repeated_int32: 301
35repeated_int64: 202
36repeated_int64: 302
37repeated_uint32: 203
38repeated_uint32: 303
39repeated_uint64: 204
40repeated_uint64: 304
41repeated_sint32: 205
42repeated_sint32: 305
43repeated_sint64: 206
44repeated_sint64: 306
45repeated_fixed32: 207
46repeated_fixed32: 307
47repeated_fixed64: 208
48repeated_fixed64: 308
49repeated_sfixed32: 209
50repeated_sfixed32: 309
51repeated_sfixed64: 210
52repeated_sfixed64: 310
53repeated_float: 211
54repeated_float: 311
55repeated_double: 212
56repeated_double: 312
57repeated_bool: true
58repeated_bool: false
59repeated_string: "215"
60repeated_string: "315"
61repeated_bytes: "216"
62repeated_bytes: "316"
63RepeatedGroup {
64  a: 217
65}
66RepeatedGroup {
67  a: 317
68}
69repeated_nested_message {
70  bb: 218
71}
72repeated_nested_message {
73  bb: 318
74}
75repeated_foreign_message {
76  c: 219
77}
78repeated_foreign_message {
79  c: 319
80}
81repeated_import_message {
82  d: 220
83}
84repeated_import_message {
85  d: 320
86}
87repeated_nested_enum: BAR
88repeated_nested_enum: BAZ
89repeated_foreign_enum: FOREIGN_BAR
90repeated_foreign_enum: FOREIGN_BAZ
91repeated_import_enum: IMPORT_BAR
92repeated_import_enum: IMPORT_BAZ
93repeated_string_piece: "224"
94repeated_string_piece: "324"
95repeated_cord: "225"
96repeated_cord: "325"
97default_int32: 401
98default_int64: 402
99default_uint32: 403
100default_uint64: 404
101default_sint32: 405
102default_sint64: 406
103default_fixed32: 407
104default_fixed64: 408
105default_sfixed32: 409
106default_sfixed64: 410
107default_float: 411
108default_double: 412
109default_bool: false
110default_string: "415"
111default_bytes: "416"
112default_nested_enum: FOO
113default_foreign_enum: FOREIGN_FOO
114default_import_enum: IMPORT_FOO
115default_string_piece: "424"
116default_cord: "425"
117