Enum RegisterParameters.Availability (1.5.0)

public enum RegisterParameters.Availability extends Enum<RegisterParameters.Availability> implements ProtocolMessageEnum

Possible availability states of a domain name.

Protobuf enum google.cloud.domains.v1beta1.RegisterParameters.Availability

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AVAILABILITY_UNSPECIFIED

The availability is unspecified.

AVAILABILITY_UNSPECIFIED = 0;

AVAILABILITY_UNSPECIFIED_VALUE

The availability is unspecified.

AVAILABILITY_UNSPECIFIED = 0;

AVAILABLE

The domain is available for registration.

AVAILABLE = 1;

AVAILABLE_VALUE

The domain is available for registration.

AVAILABLE = 1;

UNAVAILABLE

The domain is not available for registration. Generally this means it is already registered to another party.

UNAVAILABLE = 2;

UNAVAILABLE_VALUE

The domain is not available for registration. Generally this means it is already registered to another party.

UNAVAILABLE = 2;

UNKNOWN

Cloud Domains is unable to determine domain availability, generally due to system maintenance at the domain name registry.

UNKNOWN = 4;

UNKNOWN_VALUE

Cloud Domains is unable to determine domain availability, generally due to system maintenance at the domain name registry.

UNKNOWN = 4;

UNRECOGNIZED
UNSUPPORTED

The domain is not currently supported by Cloud Domains, but may be available elsewhere.

UNSUPPORTED = 3;

UNSUPPORTED_VALUE

The domain is not currently supported by Cloud Domains, but may be available elsewhere.

UNSUPPORTED = 3;

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