Uses of Interface
com.google.cloud.osconfig.v1beta.PatchJobs.ExecStepOrBuilder
-
Packages that use PatchJobs.ExecStepOrBuilder Package Description com.google.cloud.osconfig.v1beta A client to OS Config API -
-
Uses of PatchJobs.ExecStepOrBuilder in com.google.cloud.osconfig.v1beta
Classes in com.google.cloud.osconfig.v1beta that implement PatchJobs.ExecStepOrBuilder Modifier and Type Class Description static class
PatchJobs.ExecStep
A step that runs an executable for a PatchJob.static class
PatchJobs.ExecStep.Builder
A step that runs an executable for a PatchJob.Methods in com.google.cloud.osconfig.v1beta that return PatchJobs.ExecStepOrBuilder Modifier and Type Method Description PatchJobs.ExecStepOrBuilder
PatchJobs.PatchConfig.Builder. getPostStepOrBuilder()
The `ExecStep` to run after the patch update.PatchJobs.ExecStepOrBuilder
PatchJobs.PatchConfig. getPostStepOrBuilder()
The `ExecStep` to run after the patch update.PatchJobs.ExecStepOrBuilder
PatchJobs.PatchConfigOrBuilder. getPostStepOrBuilder()
The `ExecStep` to run after the patch update.PatchJobs.ExecStepOrBuilder
PatchJobs.PatchConfig.Builder. getPreStepOrBuilder()
The `ExecStep` to run before the patch update.PatchJobs.ExecStepOrBuilder
PatchJobs.PatchConfig. getPreStepOrBuilder()
The `ExecStep` to run before the patch update.PatchJobs.ExecStepOrBuilder
PatchJobs.PatchConfigOrBuilder. getPreStepOrBuilder()
The `ExecStep` to run before the patch update.
-