- 4.55.0 (latest)
- 4.54.0
- 4.53.0
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.46.0
- 4.45.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.34.0
- 4.33.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.8
- 3.1.2
- 3.0.3
- 2.3.1
public static final class KubernetesSoftwareConfig.Builder extends GeneratedMessageV3.Builder<KubernetesSoftwareConfig.Builder> implements KubernetesSoftwareConfigOrBuilder
The software configuration for this Dataproc cluster running on Kubernetes.
Protobuf type google.cloud.dataproc.v1.KubernetesSoftwareConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > KubernetesSoftwareConfig.BuilderImplements
KubernetesSoftwareConfigOrBuilderInherited Members
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public KubernetesSoftwareConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
build()
public KubernetesSoftwareConfig build()
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig |
buildPartial()
public KubernetesSoftwareConfig buildPartial()
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig |
clear()
public KubernetesSoftwareConfig.Builder clear()
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
clearComponentVersion()
public KubernetesSoftwareConfig.Builder clearComponentVersion()
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public KubernetesSoftwareConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public KubernetesSoftwareConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
clearProperties()
public KubernetesSoftwareConfig.Builder clearProperties()
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
clone()
public KubernetesSoftwareConfig.Builder clone()
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
containsComponentVersion(String key)
public boolean containsComponentVersion(String key)
The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
map<string, string> component_version = 1;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
containsProperties(String key)
public boolean containsProperties(String key)
The properties to set on daemon config files.
Property keys are specified in prefix:property
format, for example
spark:spark.kubernetes.container.image
. The following are supported
prefixes and their mappings:
spark:
spark-defaults.conf
For more information, see Cluster properties.
map<string, string> properties = 2;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getComponentVersion() (deprecated)
public Map<String,String> getComponentVersion()
Use #getComponentVersionMap() instead.
getComponentVersionCount()
public int getComponentVersionCount()
The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
map<string, string> component_version = 1;
Returns | |
---|---|
Type | Description |
int |
getComponentVersionMap()
public Map<String,String> getComponentVersionMap()
The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
map<string, string> component_version = 1;
getComponentVersionOrDefault(String key, String defaultValue)
public String getComponentVersionOrDefault(String key, String defaultValue)
The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
map<string, string> component_version = 1;
Returns | |
---|---|
Type | Description |
String |
getComponentVersionOrThrow(String key)
public String getComponentVersionOrThrow(String key)
The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
map<string, string> component_version = 1;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getDefaultInstanceForType()
public KubernetesSoftwareConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getMutableComponentVersion() (deprecated)
public Map<String,String> getMutableComponentVersion()
Use alternate mutation accessors instead.
getMutableProperties() (deprecated)
public Map<String,String> getMutableProperties()
Use alternate mutation accessors instead.
getProperties() (deprecated)
public Map<String,String> getProperties()
Use #getPropertiesMap() instead.
getPropertiesCount()
public int getPropertiesCount()
The properties to set on daemon config files.
Property keys are specified in prefix:property
format, for example
spark:spark.kubernetes.container.image
. The following are supported
prefixes and their mappings:
spark:
spark-defaults.conf
For more information, see Cluster properties.
map<string, string> properties = 2;
Returns | |
---|---|
Type | Description |
int |
getPropertiesMap()
public Map<String,String> getPropertiesMap()
The properties to set on daemon config files.
Property keys are specified in prefix:property
format, for example
spark:spark.kubernetes.container.image
. The following are supported
prefixes and their mappings:
spark:
spark-defaults.conf
For more information, see Cluster properties.
map<string, string> properties = 2;
getPropertiesOrDefault(String key, String defaultValue)
public String getPropertiesOrDefault(String key, String defaultValue)
The properties to set on daemon config files.
Property keys are specified in prefix:property
format, for example
spark:spark.kubernetes.container.image
. The following are supported
prefixes and their mappings:
spark:
spark-defaults.conf
For more information, see Cluster properties.
map<string, string> properties = 2;
Returns | |
---|---|
Type | Description |
String |
getPropertiesOrThrow(String key)
public String getPropertiesOrThrow(String key)
The properties to set on daemon config files.
Property keys are specified in prefix:property
format, for example
spark:spark.kubernetes.container.image
. The following are supported
prefixes and their mappings:
spark:
spark-defaults.conf
For more information, see Cluster properties.
map<string, string> properties = 2;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(KubernetesSoftwareConfig other)
public KubernetesSoftwareConfig.Builder mergeFrom(KubernetesSoftwareConfig other)
Parameter | |
---|---|
Name | Description |
other |
KubernetesSoftwareConfig |
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public KubernetesSoftwareConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public KubernetesSoftwareConfig.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final KubernetesSoftwareConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
putAllComponentVersion(Map<String,String> values)
public KubernetesSoftwareConfig.Builder putAllComponentVersion(Map<String,String> values)
The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
map<string, string> component_version = 1;
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
putAllProperties(Map<String,String> values)
public KubernetesSoftwareConfig.Builder putAllProperties(Map<String,String> values)
The properties to set on daemon config files.
Property keys are specified in prefix:property
format, for example
spark:spark.kubernetes.container.image
. The following are supported
prefixes and their mappings:
spark:
spark-defaults.conf
For more information, see Cluster properties.
map<string, string> properties = 2;
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
putComponentVersion(String key, String value)
public KubernetesSoftwareConfig.Builder putComponentVersion(String key, String value)
The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
map<string, string> component_version = 1;
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
putProperties(String key, String value)
public KubernetesSoftwareConfig.Builder putProperties(String key, String value)
The properties to set on daemon config files.
Property keys are specified in prefix:property
format, for example
spark:spark.kubernetes.container.image
. The following are supported
prefixes and their mappings:
spark:
spark-defaults.conf
For more information, see Cluster properties.
map<string, string> properties = 2;
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
removeComponentVersion(String key)
public KubernetesSoftwareConfig.Builder removeComponentVersion(String key)
The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
map<string, string> component_version = 1;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
removeProperties(String key)
public KubernetesSoftwareConfig.Builder removeProperties(String key)
The properties to set on daemon config files.
Property keys are specified in prefix:property
format, for example
spark:spark.kubernetes.container.image
. The following are supported
prefixes and their mappings:
spark:
spark-defaults.conf
For more information, see Cluster properties.
map<string, string> properties = 2;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public KubernetesSoftwareConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public KubernetesSoftwareConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final KubernetesSoftwareConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
KubernetesSoftwareConfig.Builder |