public enum Deployment.LockState extends Enum<Deployment.LockState> implements ProtocolMessageEnum
Possible lock states of a deployment.
Protobuf enum google.cloud.config.v1.Deployment.LockState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
LOCKED |
The deployment is locked. |
LOCKED_VALUE |
The deployment is locked. |
LOCKING |
The deployment is being locked. |
LOCKING_VALUE |
The deployment is being locked. |
LOCK_FAILED |
The deployment has failed to lock. |
LOCK_FAILED_VALUE |
The deployment has failed to lock. |
LOCK_STATE_UNSPECIFIED |
The default value. This value is used if the lock state is omitted. |
LOCK_STATE_UNSPECIFIED_VALUE |
The default value. This value is used if the lock state is omitted. |
UNLOCKED |
The deployment is unlocked. |
UNLOCKED_VALUE |
The deployment is unlocked. |
UNLOCKING |
The deployment is being unlocked. |
UNLOCKING_VALUE |
The deployment is being unlocked. |
UNLOCK_FAILED |
The deployment has failed to unlock. |
UNLOCK_FAILED_VALUE |
The deployment has failed to unlock. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |