public ExecStepConfig.Types.Interpreter Interpreter { get; set; }
The script interpreter to use to run the script. If no interpreter is
specified the script will be executed directly, which will likely
only succeed for scripts with shebang lines.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eExecStepConfig\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.OsConfig.V1\u003c/code\u003e namespace defines common configurations for an executable step and is available across multiple versions, with the latest being 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExecStepConfig\u003c/code\u003e includes properties like \u003ccode\u003eAllowedSuccessCodes\u003c/code\u003e, which determines successful return values, and \u003ccode\u003eExecutableCase\u003c/code\u003e, indicating the type of executable configuration being used.\u003c/p\u003e\n"],["\u003cp\u003eThe class enables different executable sources, including a Cloud Storage object through the \u003ccode\u003eGcsObject\u003c/code\u003e property, and a local path to the executable through the \u003ccode\u003eLocalPath\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe class also has an \u003ccode\u003eInterpreter\u003c/code\u003e property to specify the script interpreter, or if omitted, uses direct execution, like with shebang lines.\u003c/p\u003e\n"]]],[],null,[]]