public static enum DnsSettings.DsState extends Enum<DnsSettings.DsState> implements com.google.protobuf.ProtocolMessageEnum
The publication state of DS records for a `Registration`.Protobuf enum
google.cloud.domains.v1alpha2.DnsSettings.DsState| Enum Constant and Description |
|---|
DS_RECORDS_PUBLISHED
DNSSEC is enabled for this domain.
|
DS_RECORDS_UNPUBLISHED
DNSSEC is disabled for this domain.
|
DS_STATE_UNSPECIFIED
DS state is unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DS_RECORDS_PUBLISHED_VALUE
DNSSEC is enabled for this domain.
|
static int |
DS_RECORDS_UNPUBLISHED_VALUE
DNSSEC is disabled for this domain.
|
static int |
DS_STATE_UNSPECIFIED_VALUE
DS state is unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static DnsSettings.DsState |
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<DnsSettings.DsState> |
internalGetValueMap() |
static DnsSettings.DsState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DnsSettings.DsState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DnsSettings.DsState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DnsSettings.DsState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DnsSettings.DsState DS_STATE_UNSPECIFIED
DS state is unspecified.
DS_STATE_UNSPECIFIED = 0;public static final DnsSettings.DsState DS_RECORDS_UNPUBLISHED
DNSSEC is disabled for this domain. No DS records for this domain are published in the parent DNS zone.
DS_RECORDS_UNPUBLISHED = 1;public static final DnsSettings.DsState DS_RECORDS_PUBLISHED
DNSSEC is enabled for this domain. Appropriate DS records for this domain are published in the parent DNS zone. This option is valid only if the DNS zone referenced in the `Registration`'s `dns_provider` field is already DNSSEC-signed.
DS_RECORDS_PUBLISHED = 2;public static final DnsSettings.DsState UNRECOGNIZED
public static final int DS_STATE_UNSPECIFIED_VALUE
DS state is unspecified.
DS_STATE_UNSPECIFIED = 0;public static final int DS_RECORDS_UNPUBLISHED_VALUE
DNSSEC is disabled for this domain. No DS records for this domain are published in the parent DNS zone.
DS_RECORDS_UNPUBLISHED = 1;public static final int DS_RECORDS_PUBLISHED_VALUE
DNSSEC is enabled for this domain. Appropriate DS records for this domain are published in the parent DNS zone. This option is valid only if the DNS zone referenced in the `Registration`'s `dns_provider` field is already DNSSEC-signed.
DS_RECORDS_PUBLISHED = 2;public static DnsSettings.DsState[] values()
for (DnsSettings.DsState c : DnsSettings.DsState.values()) System.out.println(c);
public static DnsSettings.DsState 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 DnsSettings.DsState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DnsSettings.DsState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DnsSettings.DsState> 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 DnsSettings.DsState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.