public interface AuxiliaryServicesConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MetastoreConfig |
getMetastoreConfig()
Optional.
|
MetastoreConfigOrBuilder |
getMetastoreConfigOrBuilder()
Optional.
|
SparkHistoryServerConfig |
getSparkHistoryServerConfig()
Optional.
|
SparkHistoryServerConfigOrBuilder |
getSparkHistoryServerConfigOrBuilder()
Optional.
|
boolean |
hasMetastoreConfig()
Optional.
|
boolean |
hasSparkHistoryServerConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasMetastoreConfig()
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
MetastoreConfig getMetastoreConfig()
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
MetastoreConfigOrBuilder getMetastoreConfigOrBuilder()
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
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];
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];
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];
Copyright © 2022 Google LLC. All rights reserved.