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

GooglePrivacyDlpV2TableReference

import type { GooglePrivacyDlpV2TableReference } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Message defining the location of a BigQuery table with the projectId inferred from the parent project.

interface GooglePrivacyDlpV2TableReference {
datasetId?: string;
projectId?: string;
tableId?: string;
}

§Properties

§
datasetId?: string
[src]

Dataset ID of the table.

§
projectId?: string
[src]

The Google Cloud project ID of the project containing the table. If omitted, the project ID is inferred from the parent project. This field is required if the parent resource is an organization.

§
tableId?: string
[src]

Name of the table.