public enum ClusterConfig.Engine extends Enum<ClusterConfig.Engine> implements ProtocolMessageEnumThe cluster engine.
Protobuf enum google.cloud.dataproc.v1.ClusterConfig.Engine
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DEFAULT |
The cluster is a default engine cluster. |
DEFAULT_VALUE |
The cluster is a default engine cluster. |
ENGINE_UNSPECIFIED |
The engine is not specified. Works the same as ENGINE_DEFAULT. |
ENGINE_UNSPECIFIED_VALUE |
The engine is not specified. Works the same as ENGINE_DEFAULT. |
LIGHTNING |
The cluster is a lightning engine cluster. |
LIGHTNING_VALUE |
The cluster is a lightning engine cluster. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|