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.
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.
[[["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-04-23 UTC."],[[["Asset link statuses like `ELIGIBLE`, `PAUSED`, `REMOVED` indicate whether an asset can serve or is user-controlled."],["`LIMITED` status shows the asset is serving partially, while `NOT_ELIGIBLE` means it cannot serve at all."],["Multiple reasons can affect serving, with the primary status (e.g., `PAUSED`) determining the asset's effective status."],["`PENDING` suggests potential future serving, whereas `UNSPECIFIED` and `UNKNOWN` represent undefined or unknown states."]]],[]]