helloworld_pb.rb 571 B

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