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