Dataproc Metastore V1 API - Class Google::Cloud::Metastore::V1::LocationMetadata::HiveMetastoreVersion (v0.13.0)

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 a HiveMetastoreConfig that omits the version.

#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 a HiveMetastoreConfig that omits the version.
Returns
  • (::Boolean) — Whether version will be chosen by the server if a metastore service is created with a HiveMetastoreConfig that omits the version.

#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.