# Generated by the protocol buffer compiler. DO NOT EDIT! # source: hello_world/service.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("hello_world/service.proto", :syntax => :proto3) do add_message "example.hello_world.HelloRequest" do optional :name, :string, 1 end add_message "example.hello_world.HelloResponse" do optional :message, :string, 1 end end end module Example module HelloWorld HelloRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("example.hello_world.HelloRequest").msgclass HelloResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("example.hello_world.HelloResponse").msgclass end end