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
value
mixed
static::value
name
mixed
Constants
FILTER_OPERATOR_UNSPECIFIED
Value: 0
Default unspecified.
Generated from protobuf enum FILTER_OPERATOR_UNSPECIFIED = 0;
EQUAL
Value: 1
Generated from protobuf enum EQUAL = 1;
NOT_EQUAL
Value: 2
Generated from protobuf enum NOT_EQUAL = 2;
IN
Value: 3
Generated from protobuf enum IN = 3;
GREATER_THAN
Value: 4
Generated from protobuf enum GREATER_THAN = 4;
GREATER_THAN_OR_EQUAL_TO
Value: 5
Generated from protobuf enum GREATER_THAN_OR_EQUAL_TO = 5;
LESS_THAN
Value: 6
Generated from protobuf enum LESS_THAN = 6;
LESS_THAN_OR_EQUAL_TO
Value: 7
Generated from protobuf enum LESS_THAN_OR_EQUAL_TO = 7;
BETWEEN
Value: 8
Generated from protobuf enum BETWEEN = 8;
PAST
Value: 9
Generated from protobuf enum PAST = 9;
IS_NULL
Value: 10
Generated from protobuf enum IS_NULL = 10;
IS_NOT_NULL
Value: 11
Generated from protobuf enum IS_NOT_NULL = 11;
STARTS_WITH
Value: 12
Generated from protobuf enum STARTS_WITH = 12;
ENDS_WITH
Value: 13
Generated from protobuf enum ENDS_WITH = 13;
DOES_NOT_STARTS_WITH
Value: 14
Generated from protobuf enum DOES_NOT_STARTS_WITH = 14;
DOES_NOT_ENDS_WITH
Value: 15
Generated from protobuf enum DOES_NOT_ENDS_WITH = 15;
NOT_IN
Value: 16
Generated from protobuf enum NOT_IN = 16;
CONTAINS
Value: 17
CONTAINS is used for substring match.
Generated from protobuf enum CONTAINS = 17;
DOES_NOT_CONTAIN
Value: 18
Used if we want to check if the field does not contain the substring.
Generated from protobuf enum DOES_NOT_CONTAIN = 18;

