Module Google::Cloud::Dlp::V2::RelationalOperator (v0.8.1)

Operators available for comparing the value of fields.

Constants

RELATIONAL_OPERATOR_UNSPECIFIED

value: 0
Unused

EQUAL_TO

value: 1
Equal. Attempts to match even with incompatible types.

NOT_EQUAL_TO

value: 2
Not equal to. Attempts to match even with incompatible types.

GREATER_THAN

value: 3
Greater than.

LESS_THAN

value: 4
Less than.

GREATER_THAN_OR_EQUALS

value: 5
Greater than or equals.

LESS_THAN_OR_EQUALS

value: 6
Less than or equals.

EXISTS

value: 7
Exists