Class: Google::Privacy::Dlp::V2::InspectJobConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::InspectJobConfig
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Instance Attribute Summary collapse
- 
  
    
      #actions  ⇒ Array<Google::Privacy::Dlp::V2::Action> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Actions to execute at the completion of the job.
 - 
  
    
      #inspect_config  ⇒ Google::Privacy::Dlp::V2::InspectConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How and what to scan for.
 - 
  
    
      #inspect_template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If provided, will be used as the default for all values in InspectConfig.
 - 
  
    
      #storage_config  ⇒ Google::Privacy::Dlp::V2::StorageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data to scan.
 
Instance Attribute Details
#actions ⇒ Array<Google::Privacy::Dlp::V2::Action>
Returns Actions to execute at the completion of the job. Are executed in the order provided.
      2022  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2022 class InspectJobConfig; end  | 
  
#inspect_config ⇒ Google::Privacy::Dlp::V2::InspectConfig
Returns How and what to scan for.
      2022  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2022 class InspectJobConfig; end  | 
  
#inspect_template_name ⇒ String
Returns If provided, will be used as the default for all values in InspectConfig. +inspect_config+ will be merged into the values persisted as part of the template.
      2022  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2022 class InspectJobConfig; end  | 
  
#storage_config ⇒ Google::Privacy::Dlp::V2::StorageConfig
Returns The data to scan.
      2022  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2022 class InspectJobConfig; end  |