1# frozen_string_literal: true 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: echo.proto 4 5require 'google/protobuf' 6 7 8descriptor_data = "\n\necho.proto\x12\x04\x65\x63ho\"\x1e\n\x0b\x45\x63hoRequest\x12\x0f\n\x07request\x18\x01 \x01(\t\"\x1d\n\tEchoReply\x12\x10\n\x08response\x18\x01 \x01(\t2:\n\nEchoServer\x12,\n\x04\x45\x63ho\x12\x11.echo.EchoRequest\x1a\x0f.echo.EchoReply\"\x00\x62\x06proto3" 9 10pool = Google::Protobuf::DescriptorPool.generated_pool 11pool.add_serialized_file(descriptor_data) 12 13module Echo 14 EchoRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("echo.EchoRequest").msgclass 15 EchoReply = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("echo.EchoReply").msgclass 16end 17