public interface LocationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.v1.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
| Name | Description |
| index | int |
| Type | Description |
| 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.v1.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
| Type | Description |
| 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.v1.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
| Type | Description |
| 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.v1.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
| Name | Description |
| index | int |
| Type | Description |
| 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.v1.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
| Type | Description |
| List<? extends com.google.cloud.metastore.v1.LocationMetadata.HiveMetastoreVersionOrBuilder> |