Chronicle V1 API - Module Google::Cloud::Chronicle::V1::FilterOperator (v0.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::FilterOperator.
Constants
FILTER_OPERATOR_UNSPECIFIED
value: 0 Default unspecified.
EQUAL
value: 1
NOT_EQUAL
value: 2
IN
value: 3
GREATER_THAN
value: 4
GREATER_THAN_OR_EQUAL_TO
value: 5
LESS_THAN
value: 6
LESS_THAN_OR_EQUAL_TO
value: 7
BETWEEN
value: 8
PAST
value: 9
IS_NULL
value: 10
IS_NOT_NULL
value: 11
STARTS_WITH
value: 12
ENDS_WITH
value: 13
DOES_NOT_STARTS_WITH
value: 14
DOES_NOT_ENDS_WITH
value: 15
NOT_IN
value: 16
CONTAINS
value: 17 CONTAINS is used for substring match.
DOES_NOT_CONTAIN
value: 18 Used if we want to check if the field does not contain the substring.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-06 UTC."],[],[]]