Class: Google::Protobuf::BytesValue
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Protobuf::BytesValue
 
 
- Extended by:
 - MessageExts::ClassMethods
 
- Includes:
 - MessageExts
 
- Defined in:
 - proto_docs/google/protobuf/wrappers.rb
 
Overview
Wrapper message for bytes.
The JSON representation for BytesValue is JSON string.
Instance Attribute Summary collapse
- 
  
    
      #value  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The bytes value.
 
Instance Attribute Details
#value ⇒ ::String
Returns The bytes value.
      116 117 118 119  | 
    
      # File 'proto_docs/google/protobuf/wrappers.rb', line 116 class BytesValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |