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