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

GoogleCloudDatacatalogV1BigQueryConnectionSpec

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

Specification for the BigQuery connection.

interface GoogleCloudDatacatalogV1BigQueryConnectionSpec {
connectionType?: "CONNECTION_TYPE_UNSPECIFIED" | "CLOUD_SQL";
hasCredential?: boolean;
}

§Properties

§

Specification for the BigQuery connection to a Cloud SQL instance.

§
connectionType?: "CONNECTION_TYPE_UNSPECIFIED" | "CLOUD_SQL"
[src]

The type of the BigQuery connection.

§
hasCredential?: boolean
[src]

True if there are credentials attached to the BigQuery connection; false otherwise.