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 Detail

      • hasLinuxExecStepConfig

        boolean hasLinuxExecStepConfig()
         The ExecStepConfig for all Linux VMs targeted by the PatchJob.
         
        .google.cloud.osconfig.v1beta.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.v1beta.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.v1beta.ExecStepConfig linux_exec_step_config = 1;
      • hasWindowsExecStepConfig

        boolean hasWindowsExecStepConfig()
         The ExecStepConfig for all Windows VMs targeted by the PatchJob.
         
        .google.cloud.osconfig.v1beta.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.v1beta.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.v1beta.ExecStepConfig windows_exec_step_config = 2;