Reference documentation and code samples for the Google Cloud Chronicle V1 Client class FilterOperator.
Protobuf type google.cloud.chronicle.v1.FilterOperator
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FILTER_OPERATOR_UNSPECIFIED
Value: 0Default unspecified.
Generated from protobuf enum FILTER_OPERATOR_UNSPECIFIED = 0;
EQUAL
Value: 1Generated from protobuf enum EQUAL = 1;
NOT_EQUAL
Value: 2Generated from protobuf enum NOT_EQUAL = 2;
IN
Value: 3Generated from protobuf enum IN = 3;
GREATER_THAN
Value: 4Generated from protobuf enum GREATER_THAN = 4;
GREATER_THAN_OR_EQUAL_TO
Value: 5Generated from protobuf enum GREATER_THAN_OR_EQUAL_TO = 5;
LESS_THAN
Value: 6Generated from protobuf enum LESS_THAN = 6;
LESS_THAN_OR_EQUAL_TO
Value: 7Generated from protobuf enum LESS_THAN_OR_EQUAL_TO = 7;
BETWEEN
Value: 8Generated from protobuf enum BETWEEN = 8;
PAST
Value: 9Generated from protobuf enum PAST = 9;
IS_NULL
Value: 10Generated from protobuf enum IS_NULL = 10;
IS_NOT_NULL
Value: 11Generated from protobuf enum IS_NOT_NULL = 11;
STARTS_WITH
Value: 12Generated from protobuf enum STARTS_WITH = 12;
ENDS_WITH
Value: 13Generated from protobuf enum ENDS_WITH = 13;
DOES_NOT_STARTS_WITH
Value: 14Generated from protobuf enum DOES_NOT_STARTS_WITH = 14;
DOES_NOT_ENDS_WITH
Value: 15Generated from protobuf enum DOES_NOT_ENDS_WITH = 15;
NOT_IN
Value: 16Generated from protobuf enum NOT_IN = 16;
CONTAINS
Value: 17CONTAINS is used for substring match.
Generated from protobuf enum CONTAINS = 17;
DOES_NOT_CONTAIN
Value: 18Used if we want to check if the field does not contain the substring.
Generated from protobuf enum DOES_NOT_CONTAIN = 18;