GoogleCloudMetastoreV1betaCustomRegionMetadata
import type { GoogleCloudMetastoreV1betaCustomRegionMetadata } 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 GoogleCloudMetastoreV1betaCustomRegionMetadata {
optionalReadOnlyRegions?: string[];
requiredReadWriteRegions?: string[];
witnessRegion?: string;
}