public static interface PatchJobs.ExecStepOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLinuxExecStepConfig()
public abstract PatchJobs.ExecStepConfig getLinuxExecStepConfig()The ExecStepConfig for all Linux VMs targeted by the PatchJob.
.google.cloud.osconfig.v1beta.ExecStepConfig linux_exec_step_config = 1;
| Returns | |
|---|---|
| Type | Description |
PatchJobs.ExecStepConfig |
The linuxExecStepConfig. |
getLinuxExecStepConfigOrBuilder()
public abstract PatchJobs.ExecStepConfigOrBuilder getLinuxExecStepConfigOrBuilder()The ExecStepConfig for all Linux VMs targeted by the PatchJob.
.google.cloud.osconfig.v1beta.ExecStepConfig linux_exec_step_config = 1;
| Returns | |
|---|---|
| Type | Description |
PatchJobs.ExecStepConfigOrBuilder |
|
getWindowsExecStepConfig()
public abstract PatchJobs.ExecStepConfig getWindowsExecStepConfig()The ExecStepConfig for all Windows VMs targeted by the PatchJob.
.google.cloud.osconfig.v1beta.ExecStepConfig windows_exec_step_config = 2;
| Returns | |
|---|---|
| Type | Description |
PatchJobs.ExecStepConfig |
The windowsExecStepConfig. |
getWindowsExecStepConfigOrBuilder()
public abstract PatchJobs.ExecStepConfigOrBuilder getWindowsExecStepConfigOrBuilder()The ExecStepConfig for all Windows VMs targeted by the PatchJob.
.google.cloud.osconfig.v1beta.ExecStepConfig windows_exec_step_config = 2;
| Returns | |
|---|---|
| Type | Description |
PatchJobs.ExecStepConfigOrBuilder |
|
hasLinuxExecStepConfig()
public abstract boolean hasLinuxExecStepConfig()The ExecStepConfig for all Linux VMs targeted by the PatchJob.
.google.cloud.osconfig.v1beta.ExecStepConfig linux_exec_step_config = 1;
| Returns | |
|---|---|
| Type | Description |
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.v1beta.ExecStepConfig windows_exec_step_config = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the windowsExecStepConfig field is set. |