Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudMetastoreV1alphaCustomRegionMetadata

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

§Properties

§
optionalReadOnlyRegions?: string[]
[src]

The read-only regions for this custom region.

§
requiredReadWriteRegions?: string[]
[src]

The read-write regions for this custom region.

§
witnessRegion?: string
[src]

The Spanner witness region for this custom region.