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