1# Generated by the protocol buffer compiler. DO NOT EDIT! 2# source: ruby_generated_pkg_explicit.proto 3 4require 'google/protobuf' 5 6Google::Protobuf::DescriptorPool.generated_pool.build do 7 add_file("ruby_generated_pkg_explicit.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 A 15 module B 16 module C 17 Four = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.Four").msgclass 18 end 19 end 20end 21