AI-generated Key Takeaways
- 
          The UpdateDataLinkRequestmessage is used to update a data link via theDataLinkService.UpdateDataLinkmethod.
- 
          The request requires customer_id,data_link_status, andresource_namefields.
- 
          customer_idandresource_nameare strings representing the customer ID and the data link's resource name, respectively.
- 
          data_link_statusis a required field that uses theDataLinkStatusenum 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. |