GoogleCloudMetastoreV2DatabaseDump
import type { GoogleCloudMetastoreV2DatabaseDump } from "https://googleapis.deno.dev/v1/metastore:v2.ts";
A specification of the location of and metadata about a database dump from a relational database management system.
interface GoogleCloudMetastoreV2DatabaseDump {
gcsUri?: string;
type?: "TYPE_UNSPECIFIED" | "MYSQL" | "AVRO";
}