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