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