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