syntax = "proto3"; package virtbuf; message Cluster { int64 id = 1; repeated string s = 2; repeated int i = 3; }