So there\'s this .proto file:
syntax = "proto3"; package helloworld; service Foo { rpc Bar (y) returns (x) {} } message y { string message =