public enum RelationalOperator extends Enum<RelationalOperator> implements ProtocolMessageEnum
Operators available for comparing the value of fields.
Protobuf enum google.privacy.dlp.v2.RelationalOperator
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EQUAL_TO |
Equal. Attempts to match even with incompatible types. |
EQUAL_TO_VALUE |
Equal. Attempts to match even with incompatible types. |
EXISTS |
Exists |
EXISTS_VALUE |
Exists |
GREATER_THAN |
Greater than. |
GREATER_THAN_OR_EQUALS |
Greater than or equals. |
GREATER_THAN_OR_EQUALS_VALUE |
Greater than or equals. |
GREATER_THAN_VALUE |
Greater than. |
LESS_THAN |
Less than. |
LESS_THAN_OR_EQUALS |
Less than or equals. |
LESS_THAN_OR_EQUALS_VALUE |
Less than or equals. |
LESS_THAN_VALUE |
Less than. |
NOT_EQUAL_TO |
Not equal to. Attempts to match even with incompatible types. |
NOT_EQUAL_TO_VALUE |
Not equal to. Attempts to match even with incompatible types. |
RELATIONAL_OPERATOR_UNSPECIFIED |
Unused |
RELATIONAL_OPERATOR_UNSPECIFIED_VALUE |
Unused |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |