Interface PatchJobs.ExecStepConfigOrBuilder (2.5.2)

public static interface PatchJobs.ExecStepConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowedSuccessCodes(int index)

public abstract int getAllowedSuccessCodes(int index)

Defaults to [0]. A list of possible return values that the execution can return to indicate a success.

repeated int32 allowed_success_codes = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
int

The allowedSuccessCodes at the given index.

getAllowedSuccessCodesCount()

public abstract int getAllowedSuccessCodesCount()

Defaults to [0]. A list of possible return values that the execution can return to indicate a success.

repeated int32 allowed_success_codes = 3;

Returns
TypeDescription
int

The count of allowedSuccessCodes.

getAllowedSuccessCodesList()

public abstract List<Integer> getAllowedSuccessCodesList()

Defaults to [0]. A list of possible return values that the execution can return to indicate a success.

repeated int32 allowed_success_codes = 3;

Returns
TypeDescription
List<Integer>

A list containing the allowedSuccessCodes.

getExecutableCase()

public abstract PatchJobs.ExecStepConfig.ExecutableCase getExecutableCase()
Returns
TypeDescription
PatchJobs.ExecStepConfig.ExecutableCase

getGcsObject()

public abstract PatchJobs.GcsObject getGcsObject()

A Cloud Storage object containing the executable.

.google.cloud.osconfig.v1.GcsObject gcs_object = 2;

Returns
TypeDescription
PatchJobs.GcsObject

The gcsObject.

getGcsObjectOrBuilder()

public abstract PatchJobs.GcsObjectOrBuilder getGcsObjectOrBuilder()

A Cloud Storage object containing the executable.

.google.cloud.osconfig.v1.GcsObject gcs_object = 2;

Returns
TypeDescription
PatchJobs.GcsObjectOrBuilder

getInterpreter()

public abstract PatchJobs.ExecStepConfig.Interpreter getInterpreter()

The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with shebang lines.

.google.cloud.osconfig.v1.ExecStepConfig.Interpreter interpreter = 4;

Returns
TypeDescription
PatchJobs.ExecStepConfig.Interpreter

The interpreter.

getInterpreterValue()

public abstract int getInterpreterValue()

The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with shebang lines.

.google.cloud.osconfig.v1.ExecStepConfig.Interpreter interpreter = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for interpreter.

getLocalPath()

public abstract String getLocalPath()

An absolute path to the executable on the VM.

string local_path = 1;

Returns
TypeDescription
String

The localPath.

getLocalPathBytes()

public abstract ByteString getLocalPathBytes()

An absolute path to the executable on the VM.

string local_path = 1;

Returns
TypeDescription
ByteString

The bytes for localPath.

hasGcsObject()

public abstract boolean hasGcsObject()

A Cloud Storage object containing the executable.

.google.cloud.osconfig.v1.GcsObject gcs_object = 2;

Returns
TypeDescription
boolean

Whether the gcsObject field is set.

hasLocalPath()

public abstract boolean hasLocalPath()

An absolute path to the executable on the VM.

string local_path = 1;

Returns
TypeDescription
boolean

Whether the localPath field is set.