Class: Google::Protobuf::UInt32Value

Inherits:
Object
  • Object
show all
Extended by:
MessageExts::ClassMethods
Includes:
MessageExts
Defined in:
proto_docs/google/protobuf/wrappers.rb

Overview

Wrapper message for uint32.

The JSON representation for UInt32Value is JSON number.

Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.

Instance Attribute Summary collapse

Instance Attribute Details

#value::Integer

Returns The uint32 value.

Returns:

  • (::Integer)

    The uint32 value.



101
102
103
104
# File 'proto_docs/google/protobuf/wrappers.rb', line 101

class UInt32Value
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end