public enum OSPolicy.Resource.ExecResource.Exec.Interpreter extends Enum<OSPolicy.Resource.ExecResource.Exec.Interpreter> implements ProtocolMessageEnumThe interpreter to use.
Protobuf enum
google.cloud.osconfig.v1.OSPolicy.Resource.ExecResource.Exec.Interpreter
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| INTERPRETER_UNSPECIFIED | Invalid value, the request will return validation error. |
| INTERPRETER_UNSPECIFIED_VALUE | Invalid value, the request will return validation error. |
| NONE | 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>. |
| NONE_VALUE | 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. |
| POWERSHELL_VALUE | Indicates that the script runs with PowerShell. |
| SHELL | Indicates that the script runs with |
| SHELL_VALUE | Indicates that the script runs 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() |