View Source GoogleApi.Metastore.V1beta.Model.LocationMetadata (google_api_metastore v0.9.0)
Metadata about the service in a location.
Attributes
-
multiRegionMetadata
(type:GoogleApi.Metastore.V1beta.Model.MultiRegionMetadata.t
, default:nil
) - The multi-region metadata if the current region is a multi-region. -
supportedHiveMetastoreVersions
(type:list(GoogleApi.Metastore.V1beta.Model.HiveMetastoreVersion.t)
, default:nil
) - The versions of Hive Metastore that can be used when creating a new metastore service in this location. The server guarantees that exactly one HiveMetastoreVersion in the list will set is_default.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Metastore.V1beta.Model.LocationMetadata{ multiRegionMetadata: GoogleApi.Metastore.V1beta.Model.MultiRegionMetadata.t() | nil, supportedHiveMetastoreVersions: [GoogleApi.Metastore.V1beta.Model.HiveMetastoreVersion.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.