GoogleCloudMetastoreV1betaMultiRegionMetadata
import type { GoogleCloudMetastoreV1betaMultiRegionMetadata } 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 GoogleCloudMetastoreV1betaMultiRegionMetadata {
constituentRegions?: string[];
}