Reference documentation and code samples for the Google Cloud Dataproc V1 Client class EnvironmentConfig.
Environment configuration for a workload.
Generated from protobuf message google.cloud.dataproc.v1.EnvironmentConfig
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ execution_config |
Google\Cloud\Dataproc\V1\ExecutionConfig
Optional. Execution configuration for a workload. |
↳ peripherals_config |
Google\Cloud\Dataproc\V1\PeripheralsConfig
Optional. Peripherals configuration that workload has access to. |
getExecutionConfig
Optional. Execution configuration for a workload.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dataproc\V1\ExecutionConfig|null |
|
hasExecutionConfig
clearExecutionConfig
setExecutionConfig
Optional. Execution configuration for a workload.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dataproc\V1\ExecutionConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPeripheralsConfig
Optional. Peripherals configuration that workload has access to.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dataproc\V1\PeripheralsConfig|null |
|
hasPeripheralsConfig
clearPeripheralsConfig
setPeripheralsConfig
Optional. Peripherals configuration that workload has access to.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dataproc\V1\PeripheralsConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|