Interface PatchJobs.ExecStepOrBuilder (2.3.2)

public static interface PatchJobs.ExecStepOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLinuxExecStepConfig()

public abstract PatchJobs.ExecStepConfig getLinuxExecStepConfig()

The ExecStepConfig for all Linux VMs targeted by the PatchJob.

.google.cloud.osconfig.v1.ExecStepConfig linux_exec_step_config = 1;

Returns
TypeDescription
PatchJobs.ExecStepConfig

The linuxExecStepConfig.

getLinuxExecStepConfigOrBuilder()

public abstract PatchJobs.ExecStepConfigOrBuilder getLinuxExecStepConfigOrBuilder()

The ExecStepConfig for all Linux VMs targeted by the PatchJob.

.google.cloud.osconfig.v1.ExecStepConfig linux_exec_step_config = 1;

Returns
TypeDescription
PatchJobs.ExecStepConfigOrBuilder

getWindowsExecStepConfig()

public abstract PatchJobs.ExecStepConfig getWindowsExecStepConfig()

The ExecStepConfig for all Windows VMs targeted by the PatchJob.

.google.cloud.osconfig.v1.ExecStepConfig windows_exec_step_config = 2;

Returns
TypeDescription
PatchJobs.ExecStepConfig

The windowsExecStepConfig.

getWindowsExecStepConfigOrBuilder()

public abstract PatchJobs.ExecStepConfigOrBuilder getWindowsExecStepConfigOrBuilder()

The ExecStepConfig for all Windows VMs targeted by the PatchJob.

.google.cloud.osconfig.v1.ExecStepConfig windows_exec_step_config = 2;

Returns
TypeDescription
PatchJobs.ExecStepConfigOrBuilder

hasLinuxExecStepConfig()

public abstract boolean hasLinuxExecStepConfig()

The ExecStepConfig for all Linux VMs targeted by the PatchJob.

.google.cloud.osconfig.v1.ExecStepConfig linux_exec_step_config = 1;

Returns
TypeDescription
boolean

Whether the linuxExecStepConfig field is set.

hasWindowsExecStepConfig()

public abstract boolean hasWindowsExecStepConfig()

The ExecStepConfig for all Windows VMs targeted by the PatchJob.

.google.cloud.osconfig.v1.ExecStepConfig windows_exec_step_config = 2;

Returns
TypeDescription
boolean

Whether the windowsExecStepConfig field is set.