AssetLinkStatus
Enum describing statuses of an asset link.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
ENABLED
|
Asset link is enabled. |
REMOVED
|
Asset link has been removed. |
PAUSED
|
Asset link is paused. |
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 AssetLinkStatus enum defines the various states an asset link can be in."],["Valid statuses include enabled, removed, paused, unspecified and unknown."],["Unspecified and unknown are used for system purposes and indicate missing or outdated information."],["Enabled, removed, and paused represent the typical lifecycle stages of an asset link."],["Developers can use these statuses to understand and manage the current state of their asset links."]]],[]]