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.v1beta.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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.v1beta.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
| Returns | |
|---|---|
| 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.v1beta.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
| Returns | |
|---|---|
| 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.v1beta.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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.v1beta.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.metastore.v1beta.LocationMetadata.HiveMetastoreVersionOrBuilder> |
|