syntax = "proto3"; package test; message Person { string name = 1; int32 age = 2; repeated string emails = 3; }