public enum PatchJobs.ExecStepConfig.Interpreter extends Enum<PatchJobs.ExecStepConfig.Interpreter> implements ProtocolMessageEnum
The interpreter used to execute the a file.
Protobuf enum google.cloud.osconfig.v1.ExecStepConfig.Interpreter
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
INTERPRETER_UNSPECIFIED | Invalid for a Windows ExecStepConfig. For a Linux ExecStepConfig, the interpreter will be parsed from the shebang line of the script if unspecified. |
INTERPRETER_UNSPECIFIED_VALUE | Invalid for a Windows ExecStepConfig. For a Linux ExecStepConfig, the interpreter will be parsed from the shebang line of the script if unspecified. |
POWERSHELL | Indicates that the file is run with PowerShell flags
|
POWERSHELL_VALUE | Indicates that the file is run with PowerShell flags
|
SHELL | Indicates that the script is run with |
SHELL_VALUE | Indicates that the script is run with |
UNRECOGNIZED |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |