View Source GoogleApi.Metastore.V1.Model.CustomRegionMetadata (google_api_metastore v0.11.1)

Metadata about a custom region. This is only populated if the region is a custom region. For single/multi regions, it will be empty.

Attributes

  • optionalReadOnlyRegions (type: list(String.t), default: nil) - The read-only regions for this custom region.
  • requiredReadWriteRegions (type: list(String.t), default: nil) - The read-write regions for this custom region.
  • witnessRegion (type: String.t, default: nil) - The Spanner witness region for this custom region.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Metastore.V1.Model.CustomRegionMetadata{
  optionalReadOnlyRegions: [String.t()] | nil,
  requiredReadWriteRegions: [String.t()] | nil,
  witnessRegion: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.