Package com.google.cloud.dataproc.v1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetastoreConfig
getMetastoreConfig()
Optional.MetastoreConfigOrBuilder
getMetastoreConfigOrBuilder()
Optional.SparkHistoryServerConfig
getSparkHistoryServerConfig()
Optional.SparkHistoryServerConfigOrBuilder
getSparkHistoryServerConfigOrBuilder()
Optional.boolean
hasMetastoreConfig()
Optional.boolean
hasSparkHistoryServerConfig()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
-