GoogleApi.Metastore.V1.Model.LocationMetadata (google_api_metastore v0.12.0)
View SourceMetadata about the service in a location.
Attributes
-
customRegionMetadata
(type:list(GoogleApi.Metastore.V1.Model.CustomRegionMetadata.t)
, default:nil
) - Possible configurations supported if the current region is a custom region. -
multiRegionMetadata
(type:GoogleApi.Metastore.V1.Model.MultiRegionMetadata.t
, default:nil
) - The multi-region metadata if the current region is a multi-region. -
supportedHiveMetastoreVersions
(type:list(GoogleApi.Metastore.V1.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.V1.Model.LocationMetadata{ customRegionMetadata: [GoogleApi.Metastore.V1.Model.CustomRegionMetadata.t()] | nil, multiRegionMetadata: GoogleApi.Metastore.V1.Model.MultiRegionMetadata.t() | nil, supportedHiveMetastoreVersions: [GoogleApi.Metastore.V1.Model.HiveMetastoreVersion.t()] | nil }