Interface LocationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocationMetadata
,LocationMetadata.Builder
public interface LocationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationMetadata.HiveMetastoreVersion
getSupportedHiveMetastoreVersions(int index)
The versions of Hive Metastore that can be used when creating a new metastore service in this location.int
getSupportedHiveMetastoreVersionsCount()
The versions of Hive Metastore that can be used when creating a new metastore service in this location.List<LocationMetadata.HiveMetastoreVersion>
getSupportedHiveMetastoreVersionsList()
The versions of Hive Metastore that can be used when creating a new metastore service in this location.LocationMetadata.HiveMetastoreVersionOrBuilder
getSupportedHiveMetastoreVersionsOrBuilder(int index)
The versions of Hive Metastore that can be used when creating a new metastore service in this location.List<? extends LocationMetadata.HiveMetastoreVersionOrBuilder>
getSupportedHiveMetastoreVersionsOrBuilderList()
The versions of Hive Metastore that can be used when creating a new metastore service in this location.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSupportedHiveMetastoreVersionsList
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.v1alpha.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
-
getSupportedHiveMetastoreVersions
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.v1alpha.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
-
getSupportedHiveMetastoreVersionsCount
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.v1alpha.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
-
getSupportedHiveMetastoreVersionsOrBuilderList
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.v1alpha.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
-
getSupportedHiveMetastoreVersionsOrBuilder
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.v1alpha.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;
-
-