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" 33optional_public_import_message < 34 e: 126 35> 36optional_lazy_message < 37 bb: 127 38> 39repeated_int32: 201 40repeated_int32: 301 41repeated_int64: 202 42repeated_int64: 302 43repeated_uint32: 203 44repeated_uint32: 303 45repeated_uint64: 204 46repeated_uint64: 304 47repeated_sint32: 205 48repeated_sint32: 305 49repeated_sint64: 206 50repeated_sint64: 306 51repeated_fixed32: 207 52repeated_fixed32: 307 53repeated_fixed64: 208 54repeated_fixed64: 308 55repeated_sfixed32: 209 56repeated_sfixed32: 309 57repeated_sfixed64: 210 58repeated_sfixed64: 310 59repeated_float: 211 60repeated_float: 311 61repeated_double: 212 62repeated_double: 312 63repeated_bool: true 64repeated_bool: false 65repeated_string: "215" 66repeated_string: "315" 67repeated_bytes: "216" 68repeated_bytes: "316" 69RepeatedGroup < 70 a: 217 71> 72RepeatedGroup < 73 a: 317 74> 75repeated_nested_message < 76 bb: 218 77> 78repeated_nested_message < 79 bb: 318 80> 81repeated_foreign_message < 82 c: 219 83> 84repeated_foreign_message < 85 c: 319 86> 87repeated_import_message < 88 d: 220 89> 90repeated_import_message < 91 d: 320 92> 93repeated_nested_enum: BAR 94repeated_nested_enum: BAZ 95repeated_foreign_enum: FOREIGN_BAR 96repeated_foreign_enum: FOREIGN_BAZ 97repeated_import_enum: IMPORT_BAR 98repeated_import_enum: IMPORT_BAZ 99repeated_string_piece: "224" 100repeated_string_piece: "324" 101repeated_cord: "225" 102repeated_cord: "325" 103repeated_lazy_message < 104 bb: 227 105> 106repeated_lazy_message < 107 bb: 327 108> 109default_int32: 401 110default_int64: 402 111default_uint32: 403 112default_uint64: 404 113default_sint32: 405 114default_sint64: 406 115default_fixed32: 407 116default_fixed64: 408 117default_sfixed32: 409 118default_sfixed64: 410 119default_float: 411 120default_double: 412 121default_bool: false 122default_string: "415" 123default_bytes: "416" 124default_nested_enum: FOO 125default_foreign_enum: FOREIGN_FOO 126default_import_enum: IMPORT_FOO 127default_string_piece: "424" 128default_cord: "425" 129oneof_uint32: 601 130oneof_nested_message < 131 bb: 602 132> 133oneof_string: "603" 134oneof_bytes: "604" 135