Interface AuxiliaryServicesConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AuxiliaryServicesConfig, AuxiliaryServicesConfig.Builder

    public interface AuxiliaryServicesConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasMetastoreConfig

        boolean hasMetastoreConfig()
         Optional. The Hive Metastore configuration for this workload.
         
        .google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the metastoreConfig field is set.
      • getMetastoreConfig

        MetastoreConfig getMetastoreConfig()
         Optional. The Hive Metastore configuration for this workload.
         
        .google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The metastoreConfig.
      • getMetastoreConfigOrBuilder

        MetastoreConfigOrBuilder getMetastoreConfigOrBuilder()
         Optional. The Hive Metastore configuration for this workload.
         
        .google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
      • hasSparkHistoryServerConfig

        boolean hasSparkHistoryServerConfig()
         Optional. The Spark History Server configuration for the workload.
         
        .google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the sparkHistoryServerConfig field is set.
      • getSparkHistoryServerConfig

        SparkHistoryServerConfig getSparkHistoryServerConfig()
         Optional. The Spark History Server configuration for the workload.
         
        .google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The sparkHistoryServerConfig.
      • getSparkHistoryServerConfigOrBuilder

        SparkHistoryServerConfigOrBuilder getSparkHistoryServerConfigOrBuilder()
         Optional. The Spark History Server configuration for the workload.
         
        .google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];