Cloud Data Loss Prevention (DLP) V2 API - Module Google::Cloud::Dlp::V2::RelationalOperator (v1.14.0)

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.