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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `NodeInitializationAction` within the `Google.Cloud.Dataproc.V1` namespace is 5.17.0, and there are several previous versions listed as well, dating as far back as version 3.1.0."],["`NodeInitializationAction` is a sealed class that specifies an executable to run on a fully configured node and sets a timeout period for its completion."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NodeInitializationAction` class has two constructors: a default constructor and one that accepts another `NodeInitializationAction` instance."],["The two properties of the class are `ExecutableFile`, the required cloud storage URI for the executable file, and `ExecutionTimeout`, which represents the amount of time the executable has to complete."]]],[]]