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