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 \ ClusterConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ENGINE_UNSPECIFIED
Value: 0The engine is not specified. Works the same as ENGINE_DEFAULT.
Generated from protobuf enum ENGINE_UNSPECIFIED = 0;
PBDEFAULT
Value: 1The cluster is a default engine cluster.
Generated from protobuf enum DEFAULT = 1;
LIGHTNING
Value: 2The cluster is a lightning engine cluster.
Generated from protobuf enum LIGHTNING = 2;