UserListSizeRange
Stay organized with collections
Save and categorize content based on your preferences.
Enum containing possible user list size ranges.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
LESS_THAN_FIVE_HUNDRED
|
User list has less than 500 users. |
LESS_THAN_ONE_THOUSAND
|
User list has number of users in range of 500 to 1000. |
ONE_THOUSAND_TO_TEN_THOUSAND
|
User list has number of users in range of 1000 to 10000. |
TEN_THOUSAND_TO_FIFTY_THOUSAND
|
User list has number of users in range of 10000 to 50000. |
FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND
|
User list has number of users in range of 50000 to 100000. |
ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND
|
User list has number of users in range of 100000 to 300000. |
THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND
|
User list has number of users in range of 300000 to 500000. |
FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION
|
User list has number of users in range of 500000 to 1 million. |
ONE_MILLION_TO_TWO_MILLION
|
User list has number of users in range of 1 to 2 millions. |
TWO_MILLION_TO_THREE_MILLION
|
User list has number of users in range of 2 to 3 millions. |
THREE_MILLION_TO_FIVE_MILLION
|
User list has number of users in range of 3 to 5 millions. |
FIVE_MILLION_TO_TEN_MILLION
|
User list has number of users in range of 5 to 10 millions. |
TEN_MILLION_TO_TWENTY_MILLION
|
User list has number of users in range of 10 to 20 millions. |
TWENTY_MILLION_TO_THIRTY_MILLION
|
User list has number of users in range of 20 to 30 millions. |
THIRTY_MILLION_TO_FIFTY_MILLION
|
User list has number of users in range of 30 to 50 millions. |
OVER_FIFTY_MILLION
|
User list has over 50 million users. |
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["This enum defines ranges for the number of users in a user list."],["Ranges are provided from less than 500 users to over 50 million users."],["`UNSPECIFIED` and `UNKNOWN` enums are for system use and represent unspecified or unknown user list sizes."],["The enum values can be used to categorize and manage user lists based on their size."]]],[]]