public static interface PatchJobs.ExecStepOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PatchJobs.ExecStepConfig |
getLinuxExecStepConfig()
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
|
PatchJobs.ExecStepConfigOrBuilder |
getLinuxExecStepConfigOrBuilder()
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
|
PatchJobs.ExecStepConfig |
getWindowsExecStepConfig()
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
|
PatchJobs.ExecStepConfigOrBuilder |
getWindowsExecStepConfigOrBuilder()
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
|
boolean |
hasLinuxExecStepConfig()
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
|
boolean |
hasWindowsExecStepConfig()
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLinuxExecStepConfig()
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
.google.cloud.osconfig.v1.ExecStepConfig linux_exec_step_config = 1;PatchJobs.ExecStepConfig getLinuxExecStepConfig()
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
.google.cloud.osconfig.v1.ExecStepConfig linux_exec_step_config = 1;PatchJobs.ExecStepConfigOrBuilder getLinuxExecStepConfigOrBuilder()
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
.google.cloud.osconfig.v1.ExecStepConfig linux_exec_step_config = 1;boolean hasWindowsExecStepConfig()
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
.google.cloud.osconfig.v1.ExecStepConfig windows_exec_step_config = 2;PatchJobs.ExecStepConfig getWindowsExecStepConfig()
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
.google.cloud.osconfig.v1.ExecStepConfig windows_exec_step_config = 2;PatchJobs.ExecStepConfigOrBuilder getWindowsExecStepConfigOrBuilder()
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
.google.cloud.osconfig.v1.ExecStepConfig windows_exec_step_config = 2;Copyright © 2023 Google LLC. All rights reserved.