public enum TransferLockState extends Enum<TransferLockState> implements ProtocolMessageEnum
Possible states of a Registration
's transfer lock.
Protobuf enum google.cloud.domains.v1.TransferLockState
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
LOCKED | The domain is locked and cannot be transferred to another registrar. |
LOCKED_VALUE | The domain is locked and cannot be transferred to another registrar. |
TRANSFER_LOCK_STATE_UNSPECIFIED | The state is unspecified. |
TRANSFER_LOCK_STATE_UNSPECIFIED_VALUE | The state is unspecified. |
UNLOCKED | The domain is unlocked and can be transferred to another registrar. |
UNLOCKED_VALUE | The domain is unlocked and can be transferred to another registrar. |
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() |