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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This enum defines operators used for creating string-based rules for user lists."],["Operators include options for checking containment, equality, starts with, ends with, and their negations."],["`UNSPECIFIED` and `UNKNOWN` are reserved for system use and indicate unspecified or unknown values."]]],[]]