// Generated by the protocol buffer compiler. DO NOT EDIT! // source: examples/protos/helloworld.proto module common.helloworld; import google.protobuf; enum protocVersion = 3005001; class HelloRequest { @Proto(1) string name = protoDefaultValue!string; } class HelloReply { @Proto(1) string message = protoDefaultValue!string; }