syntax = "proto3"; message Person { string name = 1; int32 age = 2; } kotlin syntax = "proto3" message Person { string name = 1 int32 age = 2 }