Google Cloud Dataproc V1 Client - Class NodeInitializationAction (3.10.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setExecutableFile

Required. Cloud Storage URI of executable file.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var Google\Protobuf\Duration
Returns
TypeDescription
$this