public interface AuxiliaryServicesConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMetastoreConfig()
public abstract MetastoreConfig getMetastoreConfig()Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
MetastoreConfig |
The metastoreConfig. |
getMetastoreConfigOrBuilder()
public abstract MetastoreConfigOrBuilder getMetastoreConfigOrBuilder()Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
MetastoreConfigOrBuilder |
getSparkHistoryServerConfig()
public abstract 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];
| Type | Description |
SparkHistoryServerConfig |
The sparkHistoryServerConfig. |
getSparkHistoryServerConfigOrBuilder()
public abstract 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];
| Type | Description |
SparkHistoryServerConfigOrBuilder |
hasMetastoreConfig()
public abstract boolean hasMetastoreConfig()Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
boolean |
Whether the metastoreConfig field is set. |
hasSparkHistoryServerConfig()
public abstract 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];
| Type | Description |
boolean |
Whether the sparkHistoryServerConfig field is set. |