Enum GuestPolicies.SoftwareRecipe.Step.RunScript.Interpreter (2.3.2)

public enum GuestPolicies.SoftwareRecipe.Step.RunScript.Interpreter extends Enum<GuestPolicies.SoftwareRecipe.Step.RunScript.Interpreter> implements ProtocolMessageEnum

The interpreter used to execute a script.

Protobuf enum google.cloud.osconfig.v1beta.SoftwareRecipe.Step.RunScript.Interpreter

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INTERPRETER_UNSPECIFIED

Default value for ScriptType.

INTERPRETER_UNSPECIFIED = 0;

INTERPRETER_UNSPECIFIED_VALUE

Default value for ScriptType.

INTERPRETER_UNSPECIFIED = 0;

POWERSHELL

Indicates that the script is run with powershell.

POWERSHELL = 3;

POWERSHELL_VALUE

Indicates that the script is run with powershell.

POWERSHELL = 3;

SHELL

Indicates that the script is run with /bin/sh on Linux and cmd on windows.

SHELL = 1;

SHELL_VALUE

Indicates that the script is run with /bin/sh on Linux and cmd on windows.

SHELL = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()