Data Loss Prevention V2 Client - Class RelationalOperator (1.8.6)

Reference documentation and code samples for the Data Loss Prevention V2 Client class RelationalOperator.

Operators available for comparing the value of fields.

Protobuf type google.privacy.dlp.v2.RelationalOperator

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

RELATIONAL_OPERATOR_UNSPECIFIED

Value: 0

Unused

Generated from protobuf enum RELATIONAL_OPERATOR_UNSPECIFIED = 0;

EQUAL_TO

Value: 1

Equal. Attempts to match even with incompatible types.

Generated from protobuf enum EQUAL_TO = 1;

NOT_EQUAL_TO

Value: 2

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

Generated from protobuf enum NOT_EQUAL_TO = 2;

GREATER_THAN

Value: 3

Greater than.

Generated from protobuf enum GREATER_THAN = 3;

LESS_THAN

Value: 4

Less than.

Generated from protobuf enum LESS_THAN = 4;

GREATER_THAN_OR_EQUALS

Value: 5

Greater than or equals.

Generated from protobuf enum GREATER_THAN_OR_EQUALS = 5;

LESS_THAN_OR_EQUALS

Value: 6

Less than or equals.

Generated from protobuf enum LESS_THAN_OR_EQUALS = 6;

EXISTS

Value: 7

Exists

Generated from protobuf enum EXISTS = 7;