UserListStringRuleItemOperator
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum defines operators used for creating string-based rules in user lists."],["Operators include options for matching, comparing, and negating patterns within strings."],["`UNSPECIFIED` and `UNKNOWN` values are reserved for system use and error handling."],["The remaining values provide flexible options for targeting users based on string attributes."]]],[]]