FilterOperatorAndValues

JSON representation
{
  "filter_operator": enum (FilterOperator),
  "field_values": [
    string
  ]
}
Fields
filter_operator

enum (FilterOperator)

Operator for a single filter modifier.

field_values[]

string

Values for the modifier. All operators should have a single value other than 'IN' and 'BETWEEN'. 'PAST' will have negative seconds like -86400 is past 1 day.

FilterOperator

Enums
FILTER_OPERATOR_UNSPECIFIED Default unspecified.
EQUAL
NOT_EQUAL
IN
GREATER_THAN
GREATER_THAN_OR_EQUAL_TO
LESS_THAN
LESS_THAN_OR_EQUAL_TO
BETWEEN
PAST
IS_NULL
IS_NOT_NULL
STARTS_WITH
ENDS_WITH
DOES_NOT_STARTS_WITH
DOES_NOT_ENDS_WITH
NOT_IN