echo_pb.rb 533 B

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