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

ConnectorConfigurationAsset

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

Data Asset - a resource within instance of the system, reachable under specified endpoint. For example a database name in a SQL DB.

interface ConnectorConfigurationAsset {
database?: string;
googleCloudResource?: string;
}

§Properties

§
database?: string
[src]

Optional. Name of the database.

§
googleCloudResource?: string
[src]

Full Google Cloud resource name - https://cloud.google.com/apis/design/resource_names#full_resource_name. Example: //library.googleapis.com/shelves/shelf1/books/book2