Google Cloud Chronicle V1 Client - Class Operator (0.5.0)

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 \ OutcomeFilter

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OPERATOR_UNSPECIFIED

Value: 0

The operator is unspecified.

Generated from protobuf enum OPERATOR_UNSPECIFIED = 0;

EQUAL

Value: 1

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

Generated from protobuf enum EQUAL = 1;

CONTAINS

Value: 2

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

Generated from protobuf enum CONTAINS = 2;

MATCHES_REGEX

Value: 3

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

Generated from protobuf enum MATCHES_REGEX = 3;

MATCHES_CIDR

Value: 4

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

Generated from protobuf enum MATCHES_CIDR = 4;