UserListNumberRuleItemOperator
Enum describing possible user list number rule item operators.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
GREATER_THAN
|
Greater than. |
GREATER_THAN_OR_EQUAL
|
Greater than or equal. |
EQUALS
|
Equals. |
NOT_EQUALS
|
Not equals. |
LESS_THAN
|
Less than. |
LESS_THAN_OR_EQUAL
|
Less than or equal. |
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 rules in user lists based on numerical values."],["Available operators include \"greater than,\" \"greater than or equal,\" \"equals,\" \"not equals,\" \"less than,\" and \"less than or equal\" for defining numerical relationships."],["`UNSPECIFIED` and `UNKNOWN` are used for system-level handling and not for direct rule creation."]]],[]]