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"]],[["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."],[[["The latest version available is 2.4.0, but the current page focuses on version 2.0.0 of the `Google.Cloud.OsConfig.V1` library."],["The content outlines the `Interpreter` enum, which specifies how a script should be executed within the `Google.Cloud.OsConfig.V1` namespace."],["The `Interpreter` enum supports four fields: `None` (direct execution), `Powershell`, `Shell` (`/bin/sh` on Linux or `cmd.exe` on Windows), and `Unspecified` (invalid value)."],["Version history for the `Interpreter` enum is documented on this webpage, with versions dating as far back as 1.3.0."]]],[]]