Cloud Data Loss Prevention (DLP) V2 API - Module Google::Cloud::Dlp::V2::RelationalOperator (v1.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API module Google::Cloud::Dlp::V2::RelationalOperator.
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