Interface LocationMetadataOrBuilder (2.42.0)

public interface LocationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSupportedHiveMetastoreVersions(int index)

public abstract LocationMetadata.HiveMetastoreVersion getSupportedHiveMetastoreVersions(int index)

The versions of Hive Metastore that can be used when creating a new metastore service in this location. The server guarantees that exactly one HiveMetastoreVersion in the list will set is_default.

repeated .google.cloud.metastore.v1beta.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
LocationMetadata.HiveMetastoreVersion

getSupportedHiveMetastoreVersionsCount()

public abstract int getSupportedHiveMetastoreVersionsCount()

The versions of Hive Metastore that can be used when creating a new metastore service in this location. The server guarantees that exactly one HiveMetastoreVersion in the list will set is_default.

repeated .google.cloud.metastore.v1beta.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;

Returns
TypeDescription
int

getSupportedHiveMetastoreVersionsList()

public abstract List<LocationMetadata.HiveMetastoreVersion> getSupportedHiveMetastoreVersionsList()

The versions of Hive Metastore that can be used when creating a new metastore service in this location. The server guarantees that exactly one HiveMetastoreVersion in the list will set is_default.

repeated .google.cloud.metastore.v1beta.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;

Returns
TypeDescription
List<HiveMetastoreVersion>

getSupportedHiveMetastoreVersionsOrBuilder(int index)

public abstract LocationMetadata.HiveMetastoreVersionOrBuilder getSupportedHiveMetastoreVersionsOrBuilder(int index)

The versions of Hive Metastore that can be used when creating a new metastore service in this location. The server guarantees that exactly one HiveMetastoreVersion in the list will set is_default.

repeated .google.cloud.metastore.v1beta.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
LocationMetadata.HiveMetastoreVersionOrBuilder

getSupportedHiveMetastoreVersionsOrBuilderList()

public abstract List<? extends LocationMetadata.HiveMetastoreVersionOrBuilder> getSupportedHiveMetastoreVersionsOrBuilderList()

The versions of Hive Metastore that can be used when creating a new metastore service in this location. The server guarantees that exactly one HiveMetastoreVersion in the list will set is_default.

repeated .google.cloud.metastore.v1beta.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;

Returns
TypeDescription
List<? extends com.google.cloud.metastore.v1beta.LocationMetadata.HiveMetastoreVersionOrBuilder>