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.

Proto definition

Enums

CONTAINS

Contains.

ENDS_WITH

Ends with.

EQUALS

Equals.

NOT_CONTAINS

Not contains.

NOT_ENDS_WITH

Not ends with.

NOT_EQUALS

Not equals.

NOT_STARTS_WITH

Not starts with.

STARTS_WITH

Starts with.

UNKNOWN

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

UNSPECIFIED

Not specified.