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;
}