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

GoogleCloudDatacatalogV1DataSource

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

Physical location of an entry.

interface GoogleCloudDatacatalogV1DataSource {
resource?: string;
service?: "SERVICE_UNSPECIFIED" | "CLOUD_STORAGE" | "BIGQUERY";
readonly sourceEntry?: string;
}

§Properties

§
resource?: string
[src]

Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}

§
service?: "SERVICE_UNSPECIFIED" | "CLOUD_STORAGE" | "BIGQUERY"
[src]

Service that physically stores the data.

§
readonly sourceEntry?: string
[src]

Output only. Data Catalog entry name, if applicable.

§

Detailed properties of the underlying storage.