View Source GoogleApi.Metastore.V1beta.Model.MultiRegionConfig (google_api_metastore v0.10.0)

The multi-region config for the Dataproc Metastore service.

Attributes

  • certificates (type: list(GoogleApi.Metastore.V1beta.Model.RootCACertificate.t), default: nil) - Output only. The list of root CA certificates that a gRPC client uses to connect to a multi-regional Dataproc Metastore service.
  • customRegionConfig (type: GoogleApi.Metastore.V1beta.Model.CustomRegionConfig.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Metastore.V1beta.Model.MultiRegionConfig{
  certificates: [GoogleApi.Metastore.V1beta.Model.RootCACertificate.t()] | nil,
  customRegionConfig:
    GoogleApi.Metastore.V1beta.Model.CustomRegionConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.