syntax = "proto3"; message Test { string name = 1; int32 age = 2; repeated string hobbies = 3; }