GoogleCloudMetastoreV1CustomRegionMetadata
import type { GoogleCloudMetastoreV1CustomRegionMetadata } from "https://googleapis.deno.dev/v1/metastore:v2.ts";
Metadata about a custom region. This is only populated if the region is a custom region. For single/multi regions, it will be empty.
interface GoogleCloudMetastoreV1CustomRegionMetadata {
optionalReadOnlyRegions?: string[];
requiredReadWriteRegions?: string[];
witnessRegion?: string;
}