Class: Google::Privacy::Dlp::V2::DeidentifyConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::DeidentifyConfig
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
The configuration that controls how the data will change.
Instance Attribute Summary collapse
- 
  
    
      #info_type_transformations  ⇒ Google::Privacy::Dlp::V2::InfoTypeTransformations 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Treat the dataset as free-form text and apply the same free text transformation everywhere.
 - 
  
    
      #record_transformations  ⇒ Google::Privacy::Dlp::V2::RecordTransformations 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Treat the dataset as structured.
 
Instance Attribute Details
#info_type_transformations ⇒ Google::Privacy::Dlp::V2::InfoTypeTransformations
Returns Treat the dataset as free-form text and apply the same free text transformation everywhere.
      1112  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1112 class DeidentifyConfig; end  | 
  
#record_transformations ⇒ Google::Privacy::Dlp::V2::RecordTransformations
Returns Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
      1112  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1112 class DeidentifyConfig; end  |