Uses of Class
com.google.cloud.config.v1.Deployment.LockState
-
Packages that use Deployment.LockState Package Description com.google.cloud.config.v1 A client to Infrastructure Manager API -
-
Uses of Deployment.LockState in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return Deployment.LockState Modifier and Type Method Description static Deployment.LockState
Deployment.LockState. forNumber(int value)
Deployment.LockState
Deployment.Builder. getLockState()
Output only.Deployment.LockState
Deployment. getLockState()
Output only.Deployment.LockState
DeploymentOrBuilder. getLockState()
Output only.static Deployment.LockState
Deployment.LockState. valueOf(int value)
Deprecated.static Deployment.LockState
Deployment.LockState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Deployment.LockState
Deployment.LockState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Deployment.LockState[]
Deployment.LockState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.config.v1 that return types with arguments of type Deployment.LockState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Deployment.LockState>
Deployment.LockState. internalGetValueMap()
Methods in com.google.cloud.config.v1 with parameters of type Deployment.LockState Modifier and Type Method Description Deployment.Builder
Deployment.Builder. setLockState(Deployment.LockState value)
Output only.
-