aboutsummaryrefslogtreecommitdiff
path: root/ruby/lib/google/protobuf/any_pb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/lib/google/protobuf/any_pb.rb')
-rw-r--r--ruby/lib/google/protobuf/any_pb.rb17
1 files changed, 17 insertions, 0 deletions
diff --git a/ruby/lib/google/protobuf/any_pb.rb b/ruby/lib/google/protobuf/any_pb.rb
new file mode 100644
index 00000000..88d2c12b
--- /dev/null
+++ b/ruby/lib/google/protobuf/any_pb.rb
@@ -0,0 +1,17 @@
+# 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