Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Link

import type { Link } from "https://googleapis.deno.dev/v1/observability:v1.ts";

A link lets a dataset be accessible to BigQuery via usage of linked datasets.

interface Link {
readonly createTime?: Date;
description?: string;
displayName?: string;
name?: string;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Create timestamp.

§
description?: string
[src]

Optional. Description of the link.

§
displayName?: string
[src]

Optional. A user friendly display name.

§
name?: string
[src]

Identifier. Name of the link. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]/datasets/[DATASET_ID]/links/[LINK_ID]