AI-generated Key Takeaways
-
The
UpdateDataLinkRequest
message is used to update a data link via theDataLinkService.UpdateDataLink
method. -
The request requires the
customer_id
,data_link_status
, andresource_name
fields to be provided. -
The
customer_id
is the required string identifier for the customer associated with the data link. -
The
data_link_status
is a required field specifying the desired updated status of the data link, using values from theDataLinkStatusEnum
. -
The
resource_name
is a required string that must be a valid identifier for the data link being updated.
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. |