Google Cloud Domains V1alpha2 Client - Class Availability (0.2.11)

Reference documentation and code samples for the Google Cloud Domains V1alpha2 Client class Availability.

Possible availability states of a domain name.

Protobuf type google.cloud.domains.v1alpha2.RegisterParameters.Availability

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

AVAILABILITY_UNSPECIFIED

Value: 0

The availability is unspecified.

Generated from protobuf enum AVAILABILITY_UNSPECIFIED = 0;

AVAILABLE

Value: 1

The domain is available for registration.

Generated from protobuf enum AVAILABLE = 1;

UNAVAILABLE

Value: 2

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

Generated from protobuf enum UNAVAILABLE = 2;

UNSUPPORTED

Value: 3

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

Generated from protobuf enum UNSUPPORTED = 3;

UNKNOWN

Value: 4

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

Generated from protobuf enum UNKNOWN = 4;