GoogleApi.Metastore.V1beta.Model.MultiRegionMetadata (google_api_metastore v0.12.0)

View Source

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.

Attributes

  • constituentRegions (type: list(String.t), default: nil) - The regions constituting the multi-region.
  • continent (type: String.t, default: nil) - The continent for this multi-region.
  • witnessRegion (type: String.t, default: nil) - The Spanner witness region for this multi-region.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Metastore.V1beta.Model.MultiRegionMetadata{
  constituentRegions: [String.t()] | nil,
  continent: 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.