Enum RelationalOperator (3.4.0)

public enum RelationalOperator extends Enum<RelationalOperator> implements ProtocolMessageEnum

Operators available for comparing the value of fields.

Protobuf enum google.privacy.dlp.v2.RelationalOperator

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EQUAL_TO

Equal. Attempts to match even with incompatible types.

EQUAL_TO = 1;

EQUAL_TO_VALUE

Equal. Attempts to match even with incompatible types.

EQUAL_TO = 1;

EXISTS

Exists

EXISTS = 7;

EXISTS_VALUE

Exists

EXISTS = 7;

GREATER_THAN

Greater than.

GREATER_THAN = 3;

GREATER_THAN_OR_EQUALS

Greater than or equals.

GREATER_THAN_OR_EQUALS = 5;

GREATER_THAN_OR_EQUALS_VALUE

Greater than or equals.

GREATER_THAN_OR_EQUALS = 5;

GREATER_THAN_VALUE

Greater than.

GREATER_THAN = 3;

LESS_THAN

Less than.

LESS_THAN = 4;

LESS_THAN_OR_EQUALS

Less than or equals.

LESS_THAN_OR_EQUALS = 6;

LESS_THAN_OR_EQUALS_VALUE

Less than or equals.

LESS_THAN_OR_EQUALS = 6;

LESS_THAN_VALUE

Less than.

LESS_THAN = 4;

NOT_EQUAL_TO

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

NOT_EQUAL_TO = 2;

NOT_EQUAL_TO_VALUE

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

NOT_EQUAL_TO = 2;

RELATIONAL_OPERATOR_UNSPECIFIED

Unused

RELATIONAL_OPERATOR_UNSPECIFIED = 0;

RELATIONAL_OPERATOR_UNSPECIFIED_VALUE

Unused

RELATIONAL_OPERATOR_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()