Uses of Class
com.google.cloud.osconfig.v1.PatchJobs.Instance.PatchState
-
Packages that use PatchJobs.Instance.PatchState Package Description com.google.cloud.osconfig.v1 A client to OS Config API -
-
Uses of PatchJobs.Instance.PatchState in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return PatchJobs.Instance.PatchState Modifier and Type Method Description static PatchJobs.Instance.PatchState
PatchJobs.Instance.PatchState. forNumber(int value)
PatchJobs.Instance.PatchState
PatchJobs.PatchJobInstanceDetails.Builder. getState()
Current state of instance patch.PatchJobs.Instance.PatchState
PatchJobs.PatchJobInstanceDetails. getState()
Current state of instance patch.PatchJobs.Instance.PatchState
PatchJobs.PatchJobInstanceDetailsOrBuilder. getState()
Current state of instance patch.static PatchJobs.Instance.PatchState
PatchJobs.Instance.PatchState. valueOf(int value)
Deprecated.static PatchJobs.Instance.PatchState
PatchJobs.Instance.PatchState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PatchJobs.Instance.PatchState
PatchJobs.Instance.PatchState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchJobs.Instance.PatchState[]
PatchJobs.Instance.PatchState. 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.Instance.PatchState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PatchJobs.Instance.PatchState>
PatchJobs.Instance.PatchState. internalGetValueMap()
Methods in com.google.cloud.osconfig.v1 with parameters of type PatchJobs.Instance.PatchState Modifier and Type Method Description PatchJobs.PatchJobInstanceDetails.Builder
PatchJobs.PatchJobInstanceDetails.Builder. setState(PatchJobs.Instance.PatchState value)
Current state of instance patch.
-