syntax = "proto3"; package helloworld; message Test { string sample = 1; }