Reference documentation and code samples for the Dataproc Metastore V1 API class Google::Cloud::Metastore::V1::LocationMetadata::HiveMetastoreVersion.
A specification of a supported version of the Hive Metastore software.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#is_default
def is_default() -> ::Boolean
Returns
-
(::Boolean) — Whether
version
will be chosen by the server if a metastore service is created with aHiveMetastoreConfig
that omits theversion
.
#is_default=
def is_default=(value) -> ::Boolean
Parameter
-
value (::Boolean) — Whether
version
will be chosen by the server if a metastore service is created with aHiveMetastoreConfig
that omits theversion
.
Returns
-
(::Boolean) — Whether
version
will be chosen by the server if a metastore service is created with aHiveMetastoreConfig
that omits theversion
.
#version
def version() -> ::String
Returns
- (::String) — The semantic version of the Hive Metastore software.
#version=
def version=(value) -> ::String
Parameter
- value (::String) — The semantic version of the Hive Metastore software.
Returns
- (::String) — The semantic version of the Hive Metastore software.