UpdateDataLinkRequest

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

  • The request requires the customer_id, data_link_status, and resource_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 the DataLinkStatusEnum.

  • 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

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.