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.
[[["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."],[[["The AssetLinkStatus enum defines the various states an asset link can be in."],["These states include: Unspecified, Unknown, Enabled, Removed, and Paused, each signifying a different operational status of the link."],["Asset links can be enabled for active use, removed to cease functionality, or paused for temporary suspension."]]],["The core content defines an enumeration for asset link statuses. The possible statuses are `UNSPECIFIED` (not specified), `UNKNOWN` (value unknown), `ENABLED` (link active), `REMOVED` (link deleted), and `PAUSED` (link temporarily inactive). These enums describe the current state of an asset link and provide a standardized way to represent its status, especially for API responses.\n"]]