syntax = "proto3"; package rpt; message Numbers { repeated int32 a = 1; repeated int64 b = 2; repeated string c = 3; }