Uses of Class
com.google.cloud.osconfig.v1.PatchJobs.PatchJob.State
-
Packages that use PatchJobs.PatchJob.State Package Description com.google.cloud.osconfig.v1 A client to OS Config API -
-
Uses of PatchJobs.PatchJob.State in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return PatchJobs.PatchJob.State Modifier and Type Method Description static PatchJobs.PatchJob.StatePatchJobs.PatchJob.State. forNumber(int value)PatchJobs.PatchJob.StatePatchJobs.PatchJob.Builder. getState()The current state of the PatchJob.PatchJobs.PatchJob.StatePatchJobs.PatchJob. getState()The current state of the PatchJob.PatchJobs.PatchJob.StatePatchJobs.PatchJobOrBuilder. getState()The current state of the PatchJob.static PatchJobs.PatchJob.StatePatchJobs.PatchJob.State. valueOf(int value)Deprecated.static PatchJobs.PatchJob.StatePatchJobs.PatchJob.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PatchJobs.PatchJob.StatePatchJobs.PatchJob.State. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchJobs.PatchJob.State[]PatchJobs.PatchJob.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.osconfig.v1 that return types with arguments of type PatchJobs.PatchJob.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PatchJobs.PatchJob.State>PatchJobs.PatchJob.State. internalGetValueMap()Methods in com.google.cloud.osconfig.v1 with parameters of type PatchJobs.PatchJob.State Modifier and Type Method Description PatchJobs.PatchJob.BuilderPatchJobs.PatchJob.Builder. setState(PatchJobs.PatchJob.State value)The current state of the PatchJob.
-