public static final class AuxiliaryServicesConfig.Builder extends GeneratedMessageV3.Builder<AuxiliaryServicesConfig.Builder> implements AuxiliaryServicesConfigOrBuilder
Auxiliary services configuration for a Cluster.
Protobuf type google.cloud.dataproc.v1.AuxiliaryServicesConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AuxiliaryServicesConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AuxiliaryServicesConfig build()
buildPartial()
public AuxiliaryServicesConfig buildPartial()
clear()
public AuxiliaryServicesConfig.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public AuxiliaryServicesConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public AuxiliaryServicesConfig.Builder clearMetastoreConfig()
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
clearOneof(Descriptors.OneofDescriptor oneof)
public AuxiliaryServicesConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSparkHistoryServerConfig()
public AuxiliaryServicesConfig.Builder clearSparkHistoryServerConfig()
Optional. The Spark History Server configuration for the workload.
.google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];
clone()
public AuxiliaryServicesConfig.Builder clone()
Overrides
getDefaultInstanceForType()
public AuxiliaryServicesConfig getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public MetastoreConfig getMetastoreConfig()
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
public MetastoreConfig.Builder getMetastoreConfigBuilder()
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
public MetastoreConfigOrBuilder getMetastoreConfigOrBuilder()
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
getSparkHistoryServerConfig()
public 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];
getSparkHistoryServerConfigBuilder()
public SparkHistoryServerConfig.Builder getSparkHistoryServerConfigBuilder()
Optional. The Spark History Server configuration for the workload.
.google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];
getSparkHistoryServerConfigOrBuilder()
public 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];
public boolean hasMetastoreConfig()
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
boolean | Whether the metastoreConfig field is set.
|
hasSparkHistoryServerConfig()
public 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 |
---|
Type | Description |
boolean | Whether the sparkHistoryServerConfig field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AuxiliaryServicesConfig other)
public AuxiliaryServicesConfig.Builder mergeFrom(AuxiliaryServicesConfig other)
public AuxiliaryServicesConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AuxiliaryServicesConfig.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public AuxiliaryServicesConfig.Builder mergeMetastoreConfig(MetastoreConfig value)
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
mergeSparkHistoryServerConfig(SparkHistoryServerConfig value)
public AuxiliaryServicesConfig.Builder mergeSparkHistoryServerConfig(SparkHistoryServerConfig value)
Optional. The Spark History Server configuration for the workload.
.google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AuxiliaryServicesConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AuxiliaryServicesConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public AuxiliaryServicesConfig.Builder setMetastoreConfig(MetastoreConfig value)
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
public AuxiliaryServicesConfig.Builder setMetastoreConfig(MetastoreConfig.Builder builderForValue)
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AuxiliaryServicesConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSparkHistoryServerConfig(SparkHistoryServerConfig value)
public AuxiliaryServicesConfig.Builder setSparkHistoryServerConfig(SparkHistoryServerConfig value)
Optional. The Spark History Server configuration for the workload.
.google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];
setSparkHistoryServerConfig(SparkHistoryServerConfig.Builder builderForValue)
public AuxiliaryServicesConfig.Builder setSparkHistoryServerConfig(SparkHistoryServerConfig.Builder builderForValue)
Optional. The Spark History Server configuration for the workload.
.google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];
setUnknownFields(UnknownFieldSet unknownFields)
public final AuxiliaryServicesConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides