UpdateDataLinkRequest

  • TheUpdateDataLinkRequest is a request message for theDataLinkService.UpdateDataLink.

  • It includes required fields forcustomer_id,data_link_status, andresource_name.

  • These fields are necessary to identify the customer, specify the desired data link status, and identify the specific data link to be updated.

Request message forDataLinkService.UpdateDataLink.

Proto definition

Fields

customer_id

string

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

data_link_status

DataLinkStatus

Required. The data link status to be updated to.

resource_name

string

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

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.