lib/google/protobuf/any_pb.rb



# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/protobuf/any.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "google.protobuf.Any" do
    optional :type_url, :string, 1
    optional :value, :bytes, 2
  end
end

module Google
  module Protobuf
    Any = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.Any").msgclass
  end
end