GoogleCloudMetastoreV1betaHiveMetastoreVersion
import type { GoogleCloudMetastoreV1betaHiveMetastoreVersion } from "https://googleapis.deno.dev/v1/metastore:v2.ts";
A specification of a supported version of the Hive Metastore software.
interface GoogleCloudMetastoreV1betaHiveMetastoreVersion {
isDefault?: boolean;
version?: string;
}