JSON representation |
---|
{
"filter_operator": enum ( |
Fields | |
---|---|
filter_ |
Operator for a single filter modifier. |
field_ |
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 |