Class: Google::Privacy::Dlp::V2::ContentItem
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::ContentItem
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Container structure for the content to inspect.
Instance Attribute Summary collapse
- 
  
    
      #byte_item  ⇒ Google::Privacy::Dlp::V2::ByteContentItem 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Content data to inspect or redact.
 - 
  
    
      #table  ⇒ Google::Privacy::Dlp::V2::Table 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Structured content for inspection.
 - 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
String data to inspect or redact.
 
Instance Attribute Details
#byte_item ⇒ Google::Privacy::Dlp::V2::ByteContentItem
Returns Content data to inspect or redact. Replaces +type+ and +data+.
      126  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 126 class ContentItem; end  | 
  
#table ⇒ Google::Privacy::Dlp::V2::Table
Returns Structured content for inspection. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.
      126  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 126 class ContentItem; end  | 
  
#value ⇒ String
Returns String data to inspect or redact.
      126  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 126 class ContentItem; end  |