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.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.-
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;
-
-