If an interpreter is not specified, the
source is executed directly. This execution, without an
interpreter, only succeeds for executables and scripts that have <a
href="https://en.wikipedia.org/wiki/Shebang_(Unix)";
class="external">shebang lines</a>.
Powershell
Indicates that the script runs with PowerShell.
Shell
Indicates that the script runs with /bin/sh on Linux and
cmd.exe on Windows.
Unspecified
Invalid value, the request will return validation error.
[[["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."],[[["This document describes the `Interpreter` enum within the `Google.Cloud.OsConfig.V1Alpha` namespace, detailing the different script interpreters available for use."],["The available interpreters include `None` for direct execution (with shebang lines), `Powershell` for PowerShell scripts, and `Shell` for `/bin/sh` on Linux or `cmd.exe` on Windows."],["The `Unspecified` field represents an invalid value that will trigger a validation error upon request."],["The latest version documented is `2.0.0-alpha06`, with previous versions `2.0.0-alpha05` and `1.0.0-alpha04` also documented."]]],[]]