GoogleCloudMetastoreV1alphaLocationMetadata
import type { GoogleCloudMetastoreV1alphaLocationMetadata } from "https://googleapis.deno.dev/v1/metastore:v2.ts";
Metadata about the service in a location.
interface GoogleCloudMetastoreV1alphaLocationMetadata {
customRegionMetadata?: GoogleCloudMetastoreV1alphaCustomRegionMetadata[];
multiRegionMetadata?: GoogleCloudMetastoreV1alphaMultiRegionMetadata;
supportedHiveMetastoreVersions?: GoogleCloudMetastoreV1alphaHiveMetastoreVersion[];
}§Properties
§
customRegionMetadata?: GoogleCloudMetastoreV1alphaCustomRegionMetadata[]
[src]Possible configurations supported if the current region is a custom region.
§
multiRegionMetadata?: GoogleCloudMetastoreV1alphaMultiRegionMetadata
[src]The multi-region metadata if the current region is a multi-region.
§
supportedHiveMetastoreVersions?: GoogleCloudMetastoreV1alphaHiveMetastoreVersion[]
[src]The versions of Hive Metastore that can be used when creating a new metastore service in this location. The server guarantees that exactly one HiveMetastoreVersion in the list will set is_default.