Interface LocationMetadata.HiveMetastoreVersionOrBuilder (2.38.0)

public static interface LocationMetadata.HiveMetastoreVersionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIsDefault()

public abstract boolean getIsDefault()

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

bool is_default = 2;

Returns
TypeDescription
boolean

The isDefault.

getVersion()

public abstract String getVersion()

The semantic version of the Hive Metastore software.

string version = 1;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

The semantic version of the Hive Metastore software.

string version = 1;

Returns
TypeDescription
ByteString

The bytes for version.