Google Cloud Dataproc V1 Client - Class Engine (4.0.0)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class Engine.

The cluster engine.

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

Namespace

Google \ Cloud \ Dataproc \ V1 \ ClusterConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENGINE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum ENGINE_UNSPECIFIED = 0;

PBDEFAULT

Value: 1

The cluster is a default engine cluster.

Generated from protobuf enum DEFAULT = 1;

LIGHTNING

Value: 2

The cluster is a lightning engine cluster.

Generated from protobuf enum LIGHTNING = 2;