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

GoogleCloudDatacatalogV1BigQueryTableSpec

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

Describes a BigQuery table.

interface GoogleCloudDatacatalogV1BigQueryTableSpec {
readonly tableSourceType?:
| "TABLE_SOURCE_TYPE_UNSPECIFIED"
| "BIGQUERY_VIEW"
| "BIGQUERY_TABLE"
| "BIGQUERY_MATERIALIZED_VIEW";
}

§Properties

§
readonly tableSourceType?: "TABLE_SOURCE_TYPE_UNSPECIFIED" | "BIGQUERY_VIEW" | "BIGQUERY_TABLE" | "BIGQUERY_MATERIALIZED_VIEW"
[src]

Output only. The table source type.

§

Specification of a BigQuery table. Populated only if the table_source_type is BIGQUERY_TABLE.

§

Table view specification. Populated only if the table_source_type is BIGQUERY_VIEW.