public enum OutcomeFilter.Operator extends Enum<OutcomeFilter.Operator> implements ProtocolMessageEnumThe operator to compare the outcome variable value with the outcome value in the outcome filter.
Protobuf enum google.cloud.chronicle.v1.OutcomeFilter.Operator
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONTAINS |
The outcome variable value must contain the outcome value in the outcome filter. |
CONTAINS_VALUE |
The outcome variable value must contain the outcome value in the outcome filter. |
EQUAL |
The outcome variable value must be equal to the outcome value in the outcome filter. |
EQUAL_VALUE |
The outcome variable value must be equal to the outcome value in the outcome filter. |
MATCHES_CIDR |
The outcome variable value must be a valid IP address in the outcome filter value CIDR range. |
MATCHES_CIDR_VALUE |
The outcome variable value must be a valid IP address in the outcome filter value CIDR range. |
MATCHES_REGEX |
The outcome variable value must match the outcome value regex in the outcome filter. |
MATCHES_REGEX_VALUE |
The outcome variable value must match the outcome value regex in the outcome filter. |
OPERATOR_UNSPECIFIED |
The operator is unspecified. |
OPERATOR_UNSPECIFIED_VALUE |
The operator is unspecified. |
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() |
|