Uses of Class
com.google.cloud.osconfig.v1beta.PatchJobs.PatchJob.State
-
Packages that use PatchJobs.PatchJob.State Package Description com.google.cloud.osconfig.v1beta A client to OS Config API -
-
Uses of PatchJobs.PatchJob.State in com.google.cloud.osconfig.v1beta
Methods in com.google.cloud.osconfig.v1beta that return PatchJobs.PatchJob.State Modifier and Type Method Description static PatchJobs.PatchJob.State
PatchJobs.PatchJob.State. forNumber(int value)
PatchJobs.PatchJob.State
PatchJobs.PatchJob.Builder. getState()
The current state of the PatchJob.PatchJobs.PatchJob.State
PatchJobs.PatchJob. getState()
The current state of the PatchJob.PatchJobs.PatchJob.State
PatchJobs.PatchJobOrBuilder. getState()
The current state of the PatchJob.static PatchJobs.PatchJob.State
PatchJobs.PatchJob.State. valueOf(int value)
Deprecated.static PatchJobs.PatchJob.State
PatchJobs.PatchJob.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PatchJobs.PatchJob.State
PatchJobs.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.v1beta 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.v1beta with parameters of type PatchJobs.PatchJob.State Modifier and Type Method Description PatchJobs.PatchJob.Builder
PatchJobs.PatchJob.Builder. setState(PatchJobs.PatchJob.State value)
The current state of the PatchJob.
-