GoogleApi.Spanner.V1.Model.SingleRegionQuorum (google_api_spanner v0.48.0)

View Source

Message type for a single-region quorum.

Attributes

  • servingLocation (type: String.t, default: nil) - Required. The location of the serving region, e.g. "us-central1". The location must be one of the regions within the dual-region instance configuration of your database. The list of valid locations is available using the GetInstanceConfig API. This should only be used if you plan to change quorum to the single-region quorum type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Spanner.V1.Model.SingleRegionQuorum{
  servingLocation: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.