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