Uses of Class
com.google.cloud.osconfig.v1beta.PatchJobs.ExecStepConfig.ExecutableCase
-
Packages that use PatchJobs.ExecStepConfig.ExecutableCase Package Description com.google.cloud.osconfig.v1beta A client to OS Config API -
-
Uses of PatchJobs.ExecStepConfig.ExecutableCase in com.google.cloud.osconfig.v1beta
Methods in com.google.cloud.osconfig.v1beta that return PatchJobs.ExecStepConfig.ExecutableCase Modifier and Type Method Description static PatchJobs.ExecStepConfig.ExecutableCase
PatchJobs.ExecStepConfig.ExecutableCase. forNumber(int value)
PatchJobs.ExecStepConfig.ExecutableCase
PatchJobs.ExecStepConfig.Builder. getExecutableCase()
PatchJobs.ExecStepConfig.ExecutableCase
PatchJobs.ExecStepConfig. getExecutableCase()
PatchJobs.ExecStepConfig.ExecutableCase
PatchJobs.ExecStepConfigOrBuilder. getExecutableCase()
static PatchJobs.ExecStepConfig.ExecutableCase
PatchJobs.ExecStepConfig.ExecutableCase. valueOf(int value)
Deprecated.static PatchJobs.ExecStepConfig.ExecutableCase
PatchJobs.ExecStepConfig.ExecutableCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchJobs.ExecStepConfig.ExecutableCase[]
PatchJobs.ExecStepConfig.ExecutableCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-