Uses of Class
com.google.cloud.osconfig.v1beta.PatchJobs.PatchRollout.Mode
-
Packages that use PatchJobs.PatchRollout.Mode Package Description com.google.cloud.osconfig.v1beta A client to OS Config API -
-
Uses of PatchJobs.PatchRollout.Mode in com.google.cloud.osconfig.v1beta
Methods in com.google.cloud.osconfig.v1beta that return PatchJobs.PatchRollout.Mode Modifier and Type Method Description static PatchJobs.PatchRollout.Mode
PatchJobs.PatchRollout.Mode. forNumber(int value)
PatchJobs.PatchRollout.Mode
PatchJobs.PatchRollout.Builder. getMode()
Mode of the patch rollout.PatchJobs.PatchRollout.Mode
PatchJobs.PatchRollout. getMode()
Mode of the patch rollout.PatchJobs.PatchRollout.Mode
PatchJobs.PatchRolloutOrBuilder. getMode()
Mode of the patch rollout.static PatchJobs.PatchRollout.Mode
PatchJobs.PatchRollout.Mode. valueOf(int value)
Deprecated.static PatchJobs.PatchRollout.Mode
PatchJobs.PatchRollout.Mode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PatchJobs.PatchRollout.Mode
PatchJobs.PatchRollout.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchJobs.PatchRollout.Mode[]
PatchJobs.PatchRollout.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.osconfig.v1beta that return types with arguments of type PatchJobs.PatchRollout.Mode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PatchJobs.PatchRollout.Mode>
PatchJobs.PatchRollout.Mode. internalGetValueMap()
Methods in com.google.cloud.osconfig.v1beta with parameters of type PatchJobs.PatchRollout.Mode Modifier and Type Method Description PatchJobs.PatchRollout.Builder
PatchJobs.PatchRollout.Builder. setMode(PatchJobs.PatchRollout.Mode value)
Mode of the patch rollout.
-