Enum ClusterConfig.Engine (4.88.0)

public enum ClusterConfig.Engine extends Enum<ClusterConfig.Engine> implements ProtocolMessageEnum

The cluster engine.

Protobuf enum google.cloud.dataproc.v1.ClusterConfig.Engine

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEFAULT

The cluster is a default engine cluster.

DEFAULT = 1;

DEFAULT_VALUE

The cluster is a default engine cluster.

DEFAULT = 1;

ENGINE_UNSPECIFIED

The engine is not specified. Works the same as ENGINE_DEFAULT.

ENGINE_UNSPECIFIED = 0;

ENGINE_UNSPECIFIED_VALUE

The engine is not specified. Works the same as ENGINE_DEFAULT.

ENGINE_UNSPECIFIED = 0;

LIGHTNING

The cluster is a lightning engine cluster.

LIGHTNING = 2;

LIGHTNING_VALUE

The cluster is a lightning engine cluster.

LIGHTNING = 2;

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()