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