Class: Google::Cloud::Metastore::V1::LocationMetadata::HiveMetastoreVersion
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::LocationMetadata::HiveMetastoreVersion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
A specification of a supported version of the Hive Metastore software.
Instance Attribute Summary collapse
-
#is_default ⇒ ::Boolean
Whether
versionwill be chosen by the server if a metastore service is created with aHiveMetastoreConfigthat omits theversion. -
#version ⇒ ::String
The semantic version of the Hive Metastore software.
Instance Attribute Details
#is_default ⇒ ::Boolean
Returns Whether version will be chosen by the server if a metastore service is
created with a HiveMetastoreConfig that omits the version.
1249 1250 1251 1252 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1249 class HiveMetastoreVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns The semantic version of the Hive Metastore software.
1249 1250 1251 1252 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1249 class HiveMetastoreVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |