AssetGroupPrimaryStatus
Enum describing the possible asset group primary status. Provides insights into why an asset group is not serving or not serving optimally.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
ELIGIBLE
|
The asset group is eligible to serve. |
PAUSED
|
The asset group is paused. |
REMOVED
|
The asset group is removed. |
NOT_ELIGIBLE
|
The asset group is not eligible to serve. |
LIMITED
|
The asset group has limited servability. |
PENDING
|
The asset group is pending approval and may serve in the future. |
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."],[[["The AssetGroupPrimaryStatus enum describes the serving status of an asset group, providing insights into its operational state."],["Statuses include `ELIGIBLE` for serving, `PAUSED`, `REMOVED`, `NOT_ELIGIBLE`, and `LIMITED` which indicate reasons for non-serving or limited serving."],["The enum also includes `PENDING` for asset groups awaiting approval and `UNSPECIFIED` or `UNKNOWN` for undefined or unknown states."]]],[]]