1 # Generated by the protocol buffer compiler. DO NOT EDIT! 2 # source: echo.proto 3 4 require 'google/protobuf' 5 6 Google::Protobuf::DescriptorPool.generated_pool.build do 7 add_message "echo.EchoRequest" do 8 optional :request, :string, 1 9 end 10 add_message "echo.EchoReply" do 11 optional :response, :string, 1 12 end 13 end 14 15 module Echo 16 EchoRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("echo.EchoRequest").msgclass 17 EchoReply = Google::Protobuf::DescriptorPool.generated_pool.lookup("echo.EchoReply").msgclass 18 end 19