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
version
will be chosen by the server if a metastore service is created with aHiveMetastoreConfig
that 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
.
1245 1246 1247 1248 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1245 class HiveMetastoreVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns The semantic version of the Hive Metastore software.
1245 1246 1247 1248 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1245 class HiveMetastoreVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |