Class: Google::Privacy::Dlp::V2::RecordCondition::Expressions
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::RecordCondition::Expressions
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
An expression, consisting or an operator and conditions.
Defined Under Namespace
Modules: LogicalOperator
Instance Attribute Summary collapse
- #conditions ⇒ Google::Privacy::Dlp::V2::RecordCondition::Conditions
 - 
  
    
      #logical_operator  ⇒ Google::Privacy::Dlp::V2::RecordCondition::Expressions::LogicalOperator 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The operator to apply to the result of conditions.
 
Instance Attribute Details
#conditions ⇒ Google::Privacy::Dlp::V2::RecordCondition::Conditions
      1589 1590 1591 1592 1593 1594 1595  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1589 class Expressions module LogicalOperator LOGICAL_OPERATOR_UNSPECIFIED = 0 AND = 1 end end  | 
  
#logical_operator ⇒ Google::Privacy::Dlp::V2::RecordCondition::Expressions::LogicalOperator
Returns The operator to apply to the result of conditions. Default and currently only supported value is +AND+.
      1589 1590 1591 1592 1593 1594 1595  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1589 class Expressions module LogicalOperator LOGICAL_OPERATOR_UNSPECIFIED = 0 AND = 1 end end  |