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