public enum FilterOperator extends Enum<FilterOperator> implements ProtocolMessageEnumProtobuf enum google.cloud.chronicle.v1.FilterOperator
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BETWEEN |
|
BETWEEN_VALUE |
|
CONTAINS |
CONTAINS is used for substring match. |
CONTAINS_VALUE |
CONTAINS is used for substring match. |
DOES_NOT_CONTAIN |
Used if we want to check if the field does not contain the substring. |
DOES_NOT_CONTAIN_VALUE |
Used if we want to check if the field does not contain the substring. |
DOES_NOT_ENDS_WITH |
|
DOES_NOT_ENDS_WITH_VALUE |
|
DOES_NOT_STARTS_WITH |
|
DOES_NOT_STARTS_WITH_VALUE |
|
ENDS_WITH |
|
ENDS_WITH_VALUE |
|
EQUAL |
|
EQUAL_VALUE |
|
FILTER_OPERATOR_UNSPECIFIED |
Default unspecified. |
FILTER_OPERATOR_UNSPECIFIED_VALUE |
Default unspecified. |
GREATER_THAN |
|
GREATER_THAN_OR_EQUAL_TO |
|
GREATER_THAN_OR_EQUAL_TO_VALUE |
|
GREATER_THAN_VALUE |
|
IN |
|
IN_VALUE |
|
IS_NOT_NULL |
|
IS_NOT_NULL_VALUE |
|
IS_NULL |
|
IS_NULL_VALUE |
|
LESS_THAN |
|
LESS_THAN_OR_EQUAL_TO |
|
LESS_THAN_OR_EQUAL_TO_VALUE |
|
LESS_THAN_VALUE |
|
NOT_EQUAL |
|
NOT_EQUAL_VALUE |
|
NOT_IN |
|
NOT_IN_VALUE |
|
PAST |
|
PAST_VALUE |
|
STARTS_WITH |
|
STARTS_WITH_VALUE |
|
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() |
|