public enum RegisterParameters.Availability extends Enum<RegisterParameters.Availability> implements ProtocolMessageEnumPossible availability states of a domain name.
Protobuf enum google.cloud.domains.v1alpha2.RegisterParameters.Availability
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| AVAILABILITY_UNSPECIFIED | The availability is unspecified. |
| AVAILABILITY_UNSPECIFIED_VALUE | The availability is unspecified. |
| AVAILABLE | The domain is available for registration. |
| AVAILABLE_VALUE | The domain is available for registration. |
| UNAVAILABLE | The domain is not available for registration. Generally this means it is already registered to another party. |
| UNAVAILABLE_VALUE | The domain is not available for registration. Generally this means it is already registered to another party. |
| UNKNOWN | Cloud Domains is unable to determine domain availability, generally due to system maintenance at the domain name registry. |
| UNKNOWN_VALUE | Cloud Domains is unable to determine domain availability, generally due to system maintenance at the domain name registry. |
| UNRECOGNIZED | |
| UNSUPPORTED | The domain is not currently supported by Cloud Domains, but may be available elsewhere. |
| UNSUPPORTED_VALUE | The domain is not currently supported by Cloud Domains, but may be available elsewhere. |
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() |