Class: Google::Apis::DlpV2::GooglePrivacyDlpV2SurrogateType
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2SurrogateType
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb 
Overview
Message for detecting output from deidentification transformations such as 
CryptoReplaceFfxFpeConfig. These types of transformations are those that
perform pseudonymization, thereby producing a "surrogate" as output. This
should be used in conjunction with a field on the transformation such as 
surrogate_info_type. This CustomInfoType does not support the use of 
detection_rules.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2SurrogateType 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2SurrogateType.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2SurrogateType
Returns a new instance of GooglePrivacyDlpV2SurrogateType.
      9000 9001 9002  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 9000 def initialize(**args) update!(**args) end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      9005 9006  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 9005 def update!(**args) end  |