GoogleCloudMetastoreV1alphaMultiRegionMetadata
import type { GoogleCloudMetastoreV1alphaMultiRegionMetadata } from "https://googleapis.deno.dev/v1/metastore:v2.ts";
The metadata for the multi-region that includes the constituent regions. The metadata is only populated if the region is multi-region. For single region or custom dual region, it will be empty.
interface GoogleCloudMetastoreV1alphaMultiRegionMetadata {
constituentRegions?: string[];
}