ComparisonOperator

Available comparison operators.

Enums
COMPARISON_OPERATOR_UNSPECIFIED Unknown operator.
EQUAL Values are equal.
GREATER_THAN First value is greater than the comparison value.
LESS_THAN First value is less than the second.
GREATER_THAN_OR_EQUAL_TO First value is greater than or equal to the second.
LESS_THAN_OR_EQUAL_TO First value is less or equals to the comparison value.