Class: Google::Protobuf::Int64Value
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Protobuf::Int64Value
 
 
- Defined in:
 - lib/google/cloud/trace/v2/doc/google/protobuf/wrappers.rb
 
Overview
Wrapper message for +int64+.
The JSON representation for +Int64Value+ is JSON string.
Instance Attribute Summary collapse
- 
  
    
      #value  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The int64 value.
 
Instance Attribute Details
#value ⇒ Integer
Returns The int64 value.
      39  | 
    
      # File 'lib/google/cloud/trace/v2/doc/google/protobuf/wrappers.rb', line 39 class Int64Value; end  |