Module: Google::Privacy::Dlp::V2::RelationalOperator

Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Operators available for comparing the value of fields.

Constant Summary collapse

RELATIONAL_OPERATOR_UNSPECIFIED =
0
EQUAL_TO =

Equal. Attempts to match even with incompatible types.

1
NOT_EQUAL_TO =

Not equal to. Attempts to match even with incompatible types.

2
GREATER_THAN =

Greater than.

3
LESS_THAN =

Less than.

4
GREATER_THAN_OR_EQUALS =

Greater than or equals.

5
LESS_THAN_OR_EQUALS =

Less than or equals.

6
EXISTS =

Exists

7