Class: Google::Cloud::Dlp::V2::DeidentifyContentResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::DeidentifyContentResponse
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Results of de-identifying a ContentItem.
Instance Attribute Summary collapse
- 
  
    
      #item  ⇒ ::Google::Cloud::Dlp::V2::ContentItem 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The de-identified item.
 - 
  
    
      #overview  ⇒ ::Google::Cloud::Dlp::V2::TransformationOverview 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An overview of the changes that were made on the
item. 
Instance Attribute Details
#item ⇒ ::Google::Cloud::Dlp::V2::ContentItem
Returns The de-identified item.
      834 835 836 837  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 834 class DeidentifyContentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#overview ⇒ ::Google::Cloud::Dlp::V2::TransformationOverview
Returns An overview of the changes that were made on the item.
      834 835 836 837  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 834 class DeidentifyContentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |