AI-generated Key Takeaways
-
The
UpdateDataLinkRequest
message is used to update a data link via theDataLinkService.UpdateDataLink
method. -
The request requires
customer_id
,data_link_status
, andresource_name
fields. -
customer_id
andresource_name
are strings representing the customer ID and the data link's resource name, respectively. -
data_link_status
is a required field that uses theDataLinkStatus
enum to specify the desired status for the data link.
Request message for DataLinkService.UpdateDataLink
.
Fields | |
---|---|
|
Required. The ID of the customer for which the data link is created. |
|
Required. The data link status to be updated to. |
|
Required. The data link is expected to have a valid resource name. |