Tim Emiola | 49f3ccd | 2015-02-19 11:09:19 -0800 | [diff] [blame] | 1 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 2 | # source: helloworld.proto |
| 3 | |
| 4 | require 'google/protobuf' |
| 5 | |
| 6 | Google::Protobuf::DescriptorPool.generated_pool.build do |
| 7 | add_message "helloworld.HelloRequest" do |
| 8 | optional :name, :string, 1 |
| 9 | end |
| 10 | add_message "helloworld.HelloReply" do |
| 11 | optional :message, :string, 1 |
| 12 | end |
| 13 | end |
| 14 | |
| 15 | module Helloworld |
| 16 | HelloRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("helloworld.HelloRequest").msgclass |
| 17 | HelloReply = Google::Protobuf::DescriptorPool.generated_pool.lookup("helloworld.HelloReply").msgclass |
| 18 | end |