package pkg1; syntax = "proto3"; message User { int32 id = 1; string name = 2; int32 age = 3; repeated string emails = 4; }