DataLinkStatus
Describes the possible data link statuses.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
The value is unknown in this version. |
REQUESTED
|
Link has been requested by one party, but not confirmed by the other party. |
PENDING_APPROVAL
|
Link is waiting for the customer to approve. |
ENABLED
|
Link is established and can be used as needed. |
DISABLED
|
Link is no longer valid and should be ignored. |
REVOKED
|
Link request has been cancelled by the requester and further cleanup may be needed. |
REJECTED
|
Link request has been rejected by the approver. |
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."],[[["Data links can have various statuses, including requested, pending approval, enabled, disabled, revoked, or rejected, reflecting different stages in the link establishment process."],["An enabled link is ready for use, while disabled, revoked, or rejected links are no longer valid and should be disregarded."],["Statuses like requested and pending approval indicate ongoing processes where the link is not yet fully established."]]],[]]