Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
AssetLinkPrimaryStatus
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["Asset link statuses explain why an asset might not be serving or serving at full capacity."],["Statuses can include `ELIGIBLE`, `PAUSED`, `REMOVED`, `PENDING`, `LIMITED`, or `NOT_ELIGIBLE`, providing insight into serving limitations."],["While an asset can have multiple reasons for limited serving, the `PrimaryStatus` reflects the most impactful status (e.g., `PAUSED` takes precedence)."]]],["The content details the reasons an asset might not serve or serve at full capacity, using an enum system. Assets can be `ELIGIBLE`, `PAUSED`, `REMOVED`, `PENDING`, `LIMITED`, or `NOT_ELIGIBLE`. `PAUSED` takes precedence in determining effective status; for example, an asset paused by a user but also violating a policy will be considered `PAUSED`. Other values are `UNSPECIFIED` and `UNKNOWN`. An asset may have multiple reasons for its status.\n"]]