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

View Source

Custom configuration used to specify regions that the metastore service runs in. Currently only supported in the us multi-region.

Attributes

  • readOnlyRegions (type: list(String.t), default: nil) - Optional. The list of read-only regions where the metastore service runs in. These regions should be part (or subset) of the multi-region.
  • readWriteRegions (type: list(String.t), default: nil) - Required. The list of read-write regions where the metastore service runs in. These regions should be part (or subset) of the multi-region.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Metastore.V1beta.Model.CustomRegionConfig{
  readOnlyRegions: [String.t()] | nil,
  readWriteRegions: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.