UserListStringRuleItemOperator

  • This content describes an enum for possible user list string rule item operators.

  • The enums include various string matching operators like CONTAINS, EQUALS, STARTS_WITH, and ENDS_WITH.

  • There are also negative operators such as NOT_EQUALS, NOT_CONTAINS, NOT_STARTS_WITH, and NOT_ENDS_WITH.

  • The list includes UNSPECIFIED and UNKNOWN enums with specific return value purposes.

Enum describing possible user list string rule item operators.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

CONTAINS

Contains.

EQUALS

Equals.

STARTS_WITH

Starts with.

ENDS_WITH

Ends with.

NOT_EQUALS

Not equals.

NOT_CONTAINS

Not contains.

NOT_STARTS_WITH

Not starts with.

NOT_ENDS_WITH

Not ends with.