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

GoogleCloudDatacatalogV1DataplexSpec

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

Common Dataplex fields.

interface GoogleCloudDatacatalogV1DataplexSpec {
asset?: string;
compressionFormat?: string;
projectId?: string;
}

§Properties

§
asset?: string
[src]

Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.

§
compressionFormat?: string
[src]

Compression format of the data, e.g., zip, gzip etc.

§

Format of the data.

§
projectId?: string
[src]

Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.