test2.proto 74 B

1234
  1. message Book {
  2. required string name = 1;
  3. required string author = 2;
  4. }