AssetLinkPrimaryStatus
Stay organized with collections
Save and categorize content based on your preferences.
Enum Provides insight into why an asset is not serving or not serving at full capacity for a particular link level. There could be one status with multiple reasons. For example, a sitelink might be paused by the user, but also limited in serving due to violation of an alcohol policy. In this case, the PrimaryStatus will be returned as PAUSED, since the asset's effective status is determined by its paused state.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
ELIGIBLE
|
The asset is eligible to serve. |
PAUSED
|
The user-specified asset link status is paused. |
REMOVED
|
The user-specified asset link status is removed. |
PENDING
|
The asset may serve in the future. |
LIMITED
|
The asset is serving in a partial capacity. |
NOT_ELIGIBLE
|
The asset is not eligible to serve. |
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-02-20 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-02-20 UTC."],[[["Asset link statuses like `ELIGIBLE`, `PAUSED`, `REMOVED` reflect whether an asset can serve or is user-controlled."],["`LIMITED` status shows the asset is serving partially, while `NOT_ELIGIBLE` indicates it cannot serve at all."],["Multiple reasons can affect serving, with the `PrimaryStatus` showing the most impactful one (e.g., `PAUSED` overriding policy limitations)."],["`PENDING` status implies potential future serving, while `UNSPECIFIED`/`UNKNOWN` are for system or version-related unknowns."]]],[]]