UpdateDataLinkRequest

  • The UpdateDataLinkRequest message is used to update a data link via the DataLinkService.UpdateDataLink method.

  • The request requires customer_id, data_link_status, and resource_name fields.

  • customer_id and resource_name are strings representing the customer ID and the data link's resource name, respectively.

  • data_link_status is a required field that uses the DataLinkStatus enum to specify the desired status for the data link.

Request message for DataLinkService.UpdateDataLink.

Fields

customer_id

string

Required. The ID of the customer for which the data link is created.

resource_name

string

Required. The data link is expected to have a valid resource name.