samplecode/protobuf/person.proto (
5
lines of code) (
raw
):
message Person { required string name = 1; required int32 id = 2; optional string email = 3; }