Class: Google::Protobuf::UInt32Value
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Protobuf::UInt32Value
 
 
- Defined in:
 - lib/google/cloud/bigquery/data_transfer/v1/doc/google/protobuf/wrappers.rb
 
Overview
Wrapper message for +uint32+.
The JSON representation for +UInt32Value+ is JSON number.
Instance Attribute Summary collapse
- 
  
    
      #value  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The uint32 value.
 
Instance Attribute Details
#value ⇒ Integer
Returns The uint32 value.
      63  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/protobuf/wrappers.rb', line 63 class UInt32Value; end  |