public enum OSPolicy.Resource.ExecResource.Exec.Interpreter extends Enum<OSPolicy.Resource.ExecResource.Exec.Interpreter> implements ProtocolMessageEnumThe interpreter to use.
Protobuf enum
google.cloud.osconfig.v1alpha.OSPolicy.Resource.ExecResource.Exec.Interpreter
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| INTERPRETER_UNSPECIFIED | Defaults to NONE. |
| INTERPRETER_UNSPECIFIED_VALUE | Defaults to NONE. |
| NONE | If no interpreter is specified the source will be executed directly, which will likely only succeed for executables and scripts with shebang lines. Wikipedia shebang). |
| NONE_VALUE | If no interpreter is specified the source will be executed directly, which will likely only succeed for executables and scripts with shebang lines. Wikipedia shebang). |
| POWERSHELL | Indicates that the script will be run with powershell. |
| POWERSHELL_VALUE | Indicates that the script will be run with powershell. |
| SHELL | Indicates that the script will be run with /bin/sh on Linux and cmd.exe on windows. |
| SHELL_VALUE | Indicates that the script will be run with /bin/sh on Linux and cmd.exe on windows. |
| 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() |