Class: Google::Protobuf::Int64Value

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

Overview

Wrapper message for int64.

The JSON representation for Int64Value is JSON string.

Instance Attribute Summary collapse

Instance Attribute Details

#value::Integer

Returns The int64 value.

Returns:

  • (::Integer)

    The int64 value.



50
51
52
53
# File 'proto_docs/google/protobuf/wrappers.rb', line 50

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