Package com.google.cloud.osconfig.v1
Interface PatchJobs.ExecStepOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PatchJobs.ExecStep,PatchJobs.ExecStep.Builder
- Enclosing class:
- PatchJobs
public static interface PatchJobs.ExecStepOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatchJobs.ExecStepConfiggetLinuxExecStepConfig()The ExecStepConfig for all Linux VMs targeted by the PatchJob.PatchJobs.ExecStepConfigOrBuildergetLinuxExecStepConfigOrBuilder()The ExecStepConfig for all Linux VMs targeted by the PatchJob.PatchJobs.ExecStepConfiggetWindowsExecStepConfig()The ExecStepConfig for all Windows VMs targeted by the PatchJob.PatchJobs.ExecStepConfigOrBuildergetWindowsExecStepConfigOrBuilder()The ExecStepConfig for all Windows VMs targeted by the PatchJob.booleanhasLinuxExecStepConfig()The ExecStepConfig for all Linux VMs targeted by the PatchJob.booleanhasWindowsExecStepConfig()The ExecStepConfig for all Windows VMs targeted by the PatchJob.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLinuxExecStepConfig
boolean hasLinuxExecStepConfig()
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
.google.cloud.osconfig.v1.ExecStepConfig linux_exec_step_config = 1;- Returns:
- Whether the linuxExecStepConfig field is set.
-
getLinuxExecStepConfig
PatchJobs.ExecStepConfig getLinuxExecStepConfig()
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
.google.cloud.osconfig.v1.ExecStepConfig linux_exec_step_config = 1;- Returns:
- The linuxExecStepConfig.
-
getLinuxExecStepConfigOrBuilder
PatchJobs.ExecStepConfigOrBuilder getLinuxExecStepConfigOrBuilder()
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
.google.cloud.osconfig.v1.ExecStepConfig linux_exec_step_config = 1;
-
hasWindowsExecStepConfig
boolean hasWindowsExecStepConfig()
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
.google.cloud.osconfig.v1.ExecStepConfig windows_exec_step_config = 2;- Returns:
- Whether the windowsExecStepConfig field is set.
-
getWindowsExecStepConfig
PatchJobs.ExecStepConfig getWindowsExecStepConfig()
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
.google.cloud.osconfig.v1.ExecStepConfig windows_exec_step_config = 2;- Returns:
- The windowsExecStepConfig.
-
getWindowsExecStepConfigOrBuilder
PatchJobs.ExecStepConfigOrBuilder getWindowsExecStepConfigOrBuilder()
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
.google.cloud.osconfig.v1.ExecStepConfig windows_exec_step_config = 2;
-
-