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



1725
1726
1727
1728
1729
1730
1731
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1725

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:



1725
1726
1727
1728
1729
1730
1731
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1725

class Expressions
  module LogicalOperator
    LOGICAL_OPERATOR_UNSPECIFIED = 0

    AND = 1
  end
end