[[["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-09-04 UTC."],[],[],null,["# Google Cloud OsConfig V1 Client - Class Interpreter (2.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.0 (latest)](/php/docs/reference/cloud-osconfig/latest/V1.ExecStepConfig.Interpreter)\n- [2.0.5](/php/docs/reference/cloud-osconfig/2.0.5/V1.ExecStepConfig.Interpreter)\n- [1.3.5](/php/docs/reference/cloud-osconfig/1.3.5/V1.ExecStepConfig.Interpreter)\n- [1.2.2](/php/docs/reference/cloud-osconfig/1.2.2/V1.ExecStepConfig.Interpreter)\n- [1.1.1](/php/docs/reference/cloud-osconfig/1.1.1/V1.ExecStepConfig.Interpreter)\n- [1.0.5](/php/docs/reference/cloud-osconfig/1.0.5/V1.ExecStepConfig.Interpreter) \nReference documentation and code samples for the Google Cloud OsConfig V1 Client class Interpreter.\n\nThe interpreter used to execute the a file.\n\nProtobuf type `google.cloud.osconfig.v1.ExecStepConfig.Interpreter`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ OsConfig \\\\ V1 \\\\ ExecStepConfig\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### INTERPRETER_UNSPECIFIED\n\n Value: 0\n\nInvalid for a Windows ExecStepConfig. For a Linux ExecStepConfig, the\ninterpreter will be parsed from the shebang line of the script if\nunspecified.\n\nGenerated from protobuf enum `INTERPRETER_UNSPECIFIED = 0;`\n\n### SHELL\n\n Value: 1\n\nIndicates that the script is run with `/bin/sh` on Linux and `cmd`\non Windows.\n\nGenerated from protobuf enum `SHELL = 1;`\n\n### POWERSHELL\n\n Value: 2\n\nIndicates that the file is run with PowerShell flags\n`-NonInteractive`, `-NoProfile`, and `-ExecutionPolicy Bypass`.\n\nGenerated from protobuf enum `POWERSHELL = 2;`"]]