Enum TransferLockState (1.5.0)

public enum TransferLockState extends Enum<TransferLockState> implements ProtocolMessageEnum

Possible states of a Registration's transfer lock.

Protobuf enum google.cloud.domains.v1alpha2.TransferLockState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
LOCKED

The domain is locked and cannot be transferred to another registrar.

LOCKED = 2;

LOCKED_VALUE

The domain is locked and cannot be transferred to another registrar.

LOCKED = 2;

TRANSFER_LOCK_STATE_UNSPECIFIED

The state is unspecified.

TRANSFER_LOCK_STATE_UNSPECIFIED = 0;

TRANSFER_LOCK_STATE_UNSPECIFIED_VALUE

The state is unspecified.

TRANSFER_LOCK_STATE_UNSPECIFIED = 0;

UNLOCKED

The domain is unlocked and can be transferred to another registrar.

UNLOCKED = 1;

UNLOCKED_VALUE

The domain is unlocked and can be transferred to another registrar.

UNLOCKED = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()