| Modifier and Type | Method and Description |
|---|---|
static TransferLockState |
TransferLockState.forNumber(int value) |
TransferLockState |
ManagementSettings.getTransferLockState()
Controls whether the domain can be transferred to another registrar.
|
TransferLockState |
ManagementSettings.Builder.getTransferLockState()
Controls whether the domain can be transferred to another registrar.
|
TransferLockState |
TransferParameters.getTransferLockState()
Indicates whether the domain is protected by a transfer lock.
|
TransferLockState |
TransferParameters.Builder.getTransferLockState()
Indicates whether the domain is protected by a transfer lock.
|
TransferLockState |
TransferParametersOrBuilder.getTransferLockState()
Indicates whether the domain is protected by a transfer lock.
|
TransferLockState |
ManagementSettingsOrBuilder.getTransferLockState()
Controls whether the domain can be transferred to another registrar.
|
static TransferLockState |
TransferLockState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransferLockState |
TransferLockState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransferLockState |
TransferLockState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferLockState[] |
TransferLockState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TransferLockState> |
TransferLockState.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ManagementSettings.Builder |
ManagementSettings.Builder.setTransferLockState(TransferLockState value)
Controls whether the domain can be transferred to another registrar.
|
TransferParameters.Builder |
TransferParameters.Builder.setTransferLockState(TransferLockState value)
Indicates whether the domain is protected by a transfer lock.
|
Copyright © 2023 Google LLC. All rights reserved.