Class: Google::Cloud::Dlp::V2::RecordSuppression
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::RecordSuppression
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Configuration to suppress records whose suppression conditions evaluate to true.
Instance Attribute Summary collapse
- 
  
    
      #condition  ⇒ ::Google::Cloud::Dlp::V2::RecordCondition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.
 
Instance Attribute Details
#condition ⇒ ::Google::Cloud::Dlp::V2::RecordCondition
Returns A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.
      2884 2885 2886 2887  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2884 class RecordSuppression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |