Class: Google::Cloud::Dlp::V2::DeidentifyConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::DeidentifyConfig
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
The configuration that controls how the data will change.
Instance Attribute Summary collapse
- 
  
    
      #image_transformations  ⇒ ::Google::Cloud::Dlp::V2::ImageTransformations 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Treat the dataset as an image and redact.
 - 
  
    
      #info_type_transformations  ⇒ ::Google::Cloud::Dlp::V2::InfoTypeTransformations 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Treat the dataset as free-form text and apply the same free text transformation everywhere.
 - 
  
    
      #record_transformations  ⇒ ::Google::Cloud::Dlp::V2::RecordTransformations 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Treat the dataset as structured.
 - 
  
    
      #transformation_error_handling  ⇒ ::Google::Cloud::Dlp::V2::TransformationErrorHandling 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Mode for handling transformation errors.
 
Instance Attribute Details
#image_transformations ⇒ ::Google::Cloud::Dlp::V2::ImageTransformations
Returns Treat the dataset as an image and redact.
      2157 2158 2159 2160  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2157 class DeidentifyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#info_type_transformations ⇒ ::Google::Cloud::Dlp::V2::InfoTypeTransformations
Returns Treat the dataset as free-form text and apply the same free text transformation everywhere.
      2157 2158 2159 2160  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2157 class DeidentifyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#record_transformations ⇒ ::Google::Cloud::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.
      2157 2158 2159 2160  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2157 class DeidentifyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#transformation_error_handling ⇒ ::Google::Cloud::Dlp::V2::TransformationErrorHandling
Returns Mode for handling transformation errors. If left unspecified, the default
mode is TransformationErrorHandling.ThrowError.
      2157 2158 2159 2160  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2157 class DeidentifyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |