Reference documentation and code samples for the Google Cloud Domains V1 Client class Availability.
Possible availability states of a domain name.
Protobuf type google.cloud.domains.v1.RegisterParameters.Availability
Namespace
Google \ Cloud \ Domains \ V1 \ RegisterParametersMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AVAILABILITY_UNSPECIFIED
Value: 0The availability is unspecified.
Generated from protobuf enum AVAILABILITY_UNSPECIFIED = 0;
AVAILABLE
Value: 1The domain is available for registration.
Generated from protobuf enum AVAILABLE = 1;
UNAVAILABLE
Value: 2The domain is not available for registration. Generally this means it is already registered to another party.
Generated from protobuf enum UNAVAILABLE = 2;
UNSUPPORTED
Value: 3The domain is not currently supported by Cloud Domains, but may be available elsewhere.
Generated from protobuf enum UNSUPPORTED = 3;
UNKNOWN
Value: 4Cloud Domains is unable to determine domain availability, generally due to system maintenance at the domain name registry.
Generated from protobuf enum UNKNOWN = 4;