Class: Google::Cloud::Metastore::V1::LocationMetadata::HiveMetastoreVersion

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Boolean)

    Whether version will be chosen by the server if a metastore service is created with a HiveMetastoreConfig that omits the version.



733
734
735
736
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 733

class HiveMetastoreVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String

Returns The semantic version of the Hive Metastore software.

Returns:

  • (::String)

    The semantic version of the Hive Metastore software.



733
734
735
736
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 733

class HiveMetastoreVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end