Class: Google::Privacy::Dlp::V2::RecordCondition::Expressions

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#conditionsGoogle::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_operatorGoogle::Privacy::Dlp::V2::RecordCondition::Expressions::LogicalOperator

Returns The operator to apply to the result of conditions. Default and currently only supported value is +AND+.

Returns:



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