class Google::Apis::MetastoreV1alpha::LocationMetadata

Metadata about the service in a location.

Attributes

supported_hive_metastore_versions[RW]

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. Corresponds to the JSON property `supportedHiveMetastoreVersions` @return [Array<Google::Apis::MetastoreV1alpha::HiveMetastoreVersion>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/metastore_v1alpha/classes.rb, line 764
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/metastore_v1alpha/classes.rb, line 769
def update!(**args)
  @supported_hive_metastore_versions = args[:supported_hive_metastore_versions] if args.key?(:supported_hive_metastore_versions)
end