Class: Google::Protobuf::Int64Value
- Inherits:
-
Object
- Object
- Google::Protobuf::Int64Value
- 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.
Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
Instance Attribute Summary collapse
-
#value ⇒ ::Integer
The int64 value.
Instance Attribute Details
#value ⇒ ::Integer
Returns The int64 value.
59 60 61 62 |
# File 'proto_docs/google/protobuf/wrappers.rb', line 59 class Int64Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |