Resource: Link
A link lets a dataset be accessible to BigQuery via usage of linked datasets.
| JSON representation |
|---|
{ "name": string, "displayName": string, "description": string, "createTime": string } |
| Fields | |
|---|---|
name |
Identifier. Name of the link. The format is: |
displayName |
Optional. A user friendly display name. |
description |
Optional. Description of the link. |
createTime |
Output only. Create timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
|---|---|
|
Create a new link. |
|
Delete a link. |
|
Get a link. |
|
List links of a dataset. |
|
Update a link. |