syntax = "proto2"; message Person { optional string name = 1; optional int32 id = 2; optional string email = 3; }