1# Generated by the protocol buffer compiler. DO NOT EDIT! 2# source: ruby_generated_pkg_implicit.proto 3 4require 'google/protobuf' 5 6Google::Protobuf::DescriptorPool.generated_pool.build do 7 add_file("ruby_generated_pkg_implicit.proto", :syntax => :proto3) do 8 add_message "one.two.a_three.Four" do 9 optional :a_string, :string, 1 10 end 11 end 12end 13 14module One 15 module Two 16 module AThree 17 Four = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.Four").msgclass 18 end 19 end 20end 21