public static interface LocationMetadata.HiveMetastoreVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsDefault()
Whether `version` will be chosen by the server if a metastore service is
created with a `HiveMetastoreConfig` that omits the `version`.
|
String |
getVersion()
The semantic version of the Hive Metastore software.
|
com.google.protobuf.ByteString |
getVersionBytes()
The semantic version of the Hive Metastore software.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersion()
The semantic version of the Hive Metastore software.
string version = 1;com.google.protobuf.ByteString getVersionBytes()
The semantic version of the Hive Metastore software.
string version = 1;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;Copyright © 2024 Google LLC. All rights reserved.