syntax = "proto3"; message Test { repeated Sub greetings = 1; } message Sub { string greeting = 1; }