Reference documentation and code samples for the Google Cloud Chronicle V1 Client class Operator.
The operator to compare the outcome variable value with the outcome value in the outcome filter.
Protobuf type google.cloud.chronicle.v1.OutcomeFilter.Operator
Namespace
Google \ Cloud \ Chronicle \ V1 \ OutcomeFilterMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
OPERATOR_UNSPECIFIED
Value: 0The operator is unspecified.
Generated from protobuf enum OPERATOR_UNSPECIFIED = 0;
EQUAL
Value: 1The outcome variable value must be equal to the outcome value in the outcome filter.
Generated from protobuf enum EQUAL = 1;
CONTAINS
Value: 2The outcome variable value must contain the outcome value in the outcome filter.
Generated from protobuf enum CONTAINS = 2;
MATCHES_REGEX
Value: 3The outcome variable value must match the outcome value regex in the outcome filter.
Generated from protobuf enum MATCHES_REGEX = 3;
MATCHES_CIDR
Value: 4The outcome variable value must be a valid IP address in the outcome filter value CIDR range.
Generated from protobuf enum MATCHES_CIDR = 4;