aboutsummaryrefslogtreecommitdiff
path: root/ruby/lib/google/protobuf/wrappers_pb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/lib/google/protobuf/wrappers_pb.rb')
-rw-r--r--ruby/lib/google/protobuf/wrappers_pb.rb48
1 files changed, 48 insertions, 0 deletions
diff --git a/ruby/lib/google/protobuf/wrappers_pb.rb b/ruby/lib/google/protobuf/wrappers_pb.rb
new file mode 100644
index 00000000..e26a4d23
--- /dev/null
+++ b/ruby/lib/google/protobuf/wrappers_pb.rb
@@ -0,0 +1,48 @@
+# Generated by the protocol buffer compiler. DO NOT EDIT!
+# source: google/protobuf/wrappers.proto
+
+require 'google/protobuf'
+
+Google::Protobuf::DescriptorPool.generated_pool.build do
+ add_message "google.protobuf.DoubleValue" do
+ optional :value, :double, 1
+ end
+ add_message "google.protobuf.FloatValue" do
+ optional :value, :float, 1
+ end
+ add_message "google.protobuf.Int64Value" do
+ optional :value, :int64, 1
+ end
+ add_message "google.protobuf.UInt64Value" do
+ optional :value, :uint64, 1
+ end
+ add_message "google.protobuf.Int32Value" do
+ optional :value, :int32, 1
+ end
+ add_message "google.protobuf.UInt32Value" do
+ optional :value, :uint32, 1
+ end
+ add_message "google.protobuf.BoolValue" do
+ optional :value, :bool, 1
+ end
+ add_message "google.protobuf.StringValue" do
+ optional :value, :string, 1
+ end
+ add_message "google.protobuf.BytesValue" do
+ optional :value, :bytes, 1
+ end
+end
+
+module Google
+ module Protobuf
+ DoubleValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.DoubleValue").msgclass
+ FloatValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.FloatValue").msgclass
+ Int64Value = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.Int64Value").msgclass
+ UInt64Value = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.UInt64Value").msgclass
+ Int32Value = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.Int32Value").msgclass
+ UInt32Value = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.UInt32Value").msgclass
+ BoolValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.BoolValue").msgclass
+ StringValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.StringValue").msgclass
+ BytesValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.BytesValue").msgclass
+ end
+end