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