CreateDataLinkRequest

  • This is a request message for the DataLinkService.CreateDataLink method.

  • It requires acustomer_id string field specifying the customer for which the data link is created.

  • It requires adata_link field of type DataLink, representing the data link to be created.

Request message forDataLinkService.CreateDataLink.

Proto definition

Fields

customer_id

string

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

data_link

DataLink

Required. The data link to be created.

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.