Currently I\'ve a single proto3 file, lets call it TopLevel.proto
TopLevel.proto
package myprotos.protobuf; message top { string name; }
I wan