Enum OutcomeFilter.Operator (0.33.0)

public enum OutcomeFilter.Operator extends Enum<OutcomeFilter.Operator> implements ProtocolMessageEnum

The operator to compare the outcome variable value with the outcome value in the outcome filter.

Protobuf enum google.cloud.chronicle.v1.OutcomeFilter.Operator

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONTAINS

The outcome variable value must contain the outcome value in the outcome filter.

CONTAINS = 2;

CONTAINS_VALUE

The outcome variable value must contain the outcome value in the outcome filter.

CONTAINS = 2;

EQUAL

The outcome variable value must be equal to the outcome value in the outcome filter.

EQUAL = 1;

EQUAL_VALUE

The outcome variable value must be equal to the outcome value in the outcome filter.

EQUAL = 1;

MATCHES_CIDR

The outcome variable value must be a valid IP address in the outcome filter value CIDR range.

MATCHES_CIDR = 4;

MATCHES_CIDR_VALUE

The outcome variable value must be a valid IP address in the outcome filter value CIDR range.

MATCHES_CIDR = 4;

MATCHES_REGEX

The outcome variable value must match the outcome value regex in the outcome filter.

MATCHES_REGEX = 3;

MATCHES_REGEX_VALUE

The outcome variable value must match the outcome value regex in the outcome filter.

MATCHES_REGEX = 3;

OPERATOR_UNSPECIFIED

The operator is unspecified.

OPERATOR_UNSPECIFIED = 0;

OPERATOR_UNSPECIFIED_VALUE

The operator is unspecified.

OPERATOR_UNSPECIFIED = 0;

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()