Class: Google::Protobuf::UInt64Value

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

Overview

Wrapper message for uint64.

The JSON representation for UInt64Value is JSON string.

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 uint64 value.

Returns:

  • (::Integer)

    The uint64 value.



73
74
75
76
# File 'proto_docs/google/protobuf/wrappers.rb', line 73

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