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

View Source

A specification of a supported version of the Hive Metastore software.

Attributes

  • isDefault (type: boolean(), default: nil) - Whether version will be chosen by the server if a metastore service is created with a HiveMetastoreConfig that omits the version.
  • version (type: String.t, default: nil) - The semantic version of the Hive Metastore software.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Metastore.V1beta.Model.HiveMetastoreVersion{
  isDefault: boolean() | nil,
  version: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.