Enum Deployment.LockState (0.21.0)

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

ProtocolMessageEnum

Static Fields

Name Description
LOCKED

The deployment is locked.

LOCKED = 1;

LOCKED_VALUE

The deployment is locked.

LOCKED = 1;

LOCKING

The deployment is being locked.

LOCKING = 3;

LOCKING_VALUE

The deployment is being locked.

LOCKING = 3;

LOCK_FAILED

The deployment has failed to lock.

LOCK_FAILED = 5;

LOCK_FAILED_VALUE

The deployment has failed to lock.

LOCK_FAILED = 5;

LOCK_STATE_UNSPECIFIED

The default value. This value is used if the lock state is omitted.

LOCK_STATE_UNSPECIFIED = 0;

LOCK_STATE_UNSPECIFIED_VALUE

The default value. This value is used if the lock state is omitted.

LOCK_STATE_UNSPECIFIED = 0;

UNLOCKED

The deployment is unlocked.

UNLOCKED = 2;

UNLOCKED_VALUE

The deployment is unlocked.

UNLOCKED = 2;

UNLOCKING

The deployment is being unlocked.

UNLOCKING = 4;

UNLOCKING_VALUE

The deployment is being unlocked.

UNLOCKING = 4;

UNLOCK_FAILED

The deployment has failed to unlock.

UNLOCK_FAILED = 6;

UNLOCK_FAILED_VALUE

The deployment has failed to unlock.

UNLOCK_FAILED = 6;

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()