Class: Google::Apis::MetastoreV1alpha::LocationMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/metastore_v1alpha/classes.rb,
lib/google/apis/metastore_v1alpha/representations.rb,
lib/google/apis/metastore_v1alpha/representations.rb

Overview

Metadata about the service in a location.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LocationMetadata

Returns a new instance of LocationMetadata.



1018
1019
1020
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1018

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#supported_hive_metastore_versionsArray<Google::Apis::MetastoreV1alpha::HiveMetastoreVersion>

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



1016
1017
1018
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1016

def supported_hive_metastore_versions
  @supported_hive_metastore_versions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1023
1024
1025
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1023

def update!(**args)
  @supported_hive_metastore_versions = args[:supported_hive_metastore_versions] if args.key?(:supported_hive_metastore_versions)
end