Reference documentation and code samples for the Google Cloud Dataproc V1 Client class NodeInitializationAction.
Specifies an executable to run on a fully configured node and a timeout period for executable completion.
Generated from protobuf message google.cloud.dataproc.v1.NodeInitializationAction
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ executable_file |
string
Required. Cloud Storage URI of executable file. |
↳ execution_timeout |
Google\Protobuf\Duration
Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration). Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period. |
getExecutableFile
Required. Cloud Storage URI of executable file.
Returns | |
---|---|
Type | Description |
string |
setExecutableFile
Required. Cloud Storage URI of executable file.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getExecutionTimeout
Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration).
Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Duration|null |
hasExecutionTimeout
clearExecutionTimeout
setExecutionTimeout
Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration).
Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Duration
|
Returns | |
---|---|
Type | Description |
$this |