Sha256: e87d22e9d828379f7fc92f90c0760972a9e428ca0f9e9e89a7a3309b8d421d77
Contents?: true
Size: 1.94 KB
Versions: 158
Compression:
Stored size: 1.94 KB
Contents
# 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
Version data entries
158 entries across 158 versions & 3 rubygems