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
Methods
__construct
Constructor.
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.
Generated from protobuf field string executable_file = 1 [(.google.api.field_behavior) = REQUIRED];
string
setExecutableFile
Required. Cloud Storage URI of executable file.
Generated from protobuf field string executable_file = 1 [(.google.api.field_behavior) = REQUIRED];
var
string
$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.
Generated from protobuf field .google.protobuf.Duration execution_timeout = 2 [(.google.api.field_behavior) = OPTIONAL];
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.
Generated from protobuf field .google.protobuf.Duration execution_timeout = 2 [(.google.api.field_behavior) = OPTIONAL];
var
Google\Protobuf\Duration
$this