public static enum RegisterParameters.Availability extends Enum<RegisterParameters.Availability> implements com.google.protobuf.ProtocolMessageEnum
Possible availability states of a domain name.Protobuf enum
google.cloud.domains.v1alpha2.RegisterParameters.Availability| Enum Constant and Description |
|---|
AVAILABILITY_UNSPECIFIED
The availability is unspecified.
|
AVAILABLE
The domain is available for registration.
|
UNAVAILABLE
The domain is not available for registration.
|
UNKNOWN
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.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AVAILABILITY_UNSPECIFIED_VALUE
The availability is unspecified.
|
static int |
AVAILABLE_VALUE
The domain is available for registration.
|
static int |
UNAVAILABLE_VALUE
The domain is not available for registration.
|
static int |
UNKNOWN_VALUE
Cloud Domains is unable to determine domain availability, generally
due to system maintenance at the domain name registry.
|
static int |
UNSUPPORTED_VALUE
The domain is not currently supported by Cloud Domains, but may
be available elsewhere.
|
| Modifier and Type | Method and Description |
|---|---|
static RegisterParameters.Availability |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<RegisterParameters.Availability> |
internalGetValueMap() |
static RegisterParameters.Availability |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RegisterParameters.Availability |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RegisterParameters.Availability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegisterParameters.Availability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegisterParameters.Availability AVAILABILITY_UNSPECIFIED
The availability is unspecified.
AVAILABILITY_UNSPECIFIED = 0;public static final RegisterParameters.Availability AVAILABLE
The domain is available for registration.
AVAILABLE = 1;public static final RegisterParameters.Availability UNAVAILABLE
The domain is not available for registration. Generally this means it is already registered to another party.
UNAVAILABLE = 2;public static final RegisterParameters.Availability UNSUPPORTED
The domain is not currently supported by Cloud Domains, but may be available elsewhere.
UNSUPPORTED = 3;public static final RegisterParameters.Availability UNKNOWN
Cloud Domains is unable to determine domain availability, generally due to system maintenance at the domain name registry.
UNKNOWN = 4;public static final RegisterParameters.Availability UNRECOGNIZED
public static final int AVAILABILITY_UNSPECIFIED_VALUE
The availability is unspecified.
AVAILABILITY_UNSPECIFIED = 0;public static final int AVAILABLE_VALUE
The domain is available for registration.
AVAILABLE = 1;public static final int UNAVAILABLE_VALUE
The domain is not available for registration. Generally this means it is already registered to another party.
UNAVAILABLE = 2;public static final int UNSUPPORTED_VALUE
The domain is not currently supported by Cloud Domains, but may be available elsewhere.
UNSUPPORTED = 3;public static final int UNKNOWN_VALUE
Cloud Domains is unable to determine domain availability, generally due to system maintenance at the domain name registry.
UNKNOWN = 4;public static RegisterParameters.Availability[] values()
for (RegisterParameters.Availability c : RegisterParameters.Availability.values()) System.out.println(c);
public static RegisterParameters.Availability valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static RegisterParameters.Availability valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static RegisterParameters.Availability forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<RegisterParameters.Availability> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RegisterParameters.Availability valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.