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 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.v1.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.v1.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.v1.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.v1.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.v1.LocationMetadata.HiveMetastoreVersion supported_hive_metastore_versions = 1;