example2.proto 122 B

12345
  1. message Test2 {
  2. required string b = 2;
  3. }
  4. // Test2 should encode to "12 07 74 65 73 74 69 6e 67" with Test2#b="testing"