public enum DomainNotice extends Enum<DomainNotice> implements com.google.protobuf.ProtocolMessageEnum
Notices about special properties of certain domains.Protobuf enum
google.cloud.domains.v1alpha2.DomainNotice| Enum Constant and Description |
|---|
DOMAIN_NOTICE_UNSPECIFIED
The notice is undefined.
|
HSTS_PRELOADED
Indicates that the domain is preloaded on the HTTP Strict Transport
Security list in browsers.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DOMAIN_NOTICE_UNSPECIFIED_VALUE
The notice is undefined.
|
static int |
HSTS_PRELOADED_VALUE
Indicates that the domain is preloaded on the HTTP Strict Transport
Security list in browsers.
|
| Modifier and Type | Method and Description |
|---|---|
static DomainNotice |
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<DomainNotice> |
internalGetValueMap() |
static DomainNotice |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DomainNotice |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DomainNotice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainNotice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainNotice DOMAIN_NOTICE_UNSPECIFIED
The notice is undefined.
DOMAIN_NOTICE_UNSPECIFIED = 0;public static final DomainNotice HSTS_PRELOADED
Indicates that the domain is preloaded on the HTTP Strict Transport Security list in browsers. Serving a website on such domain requires an SSL certificate. For details, see [how to get an SSL certificate](https://support.google.com/domains/answer/7638036).
HSTS_PRELOADED = 1;public static final DomainNotice UNRECOGNIZED
public static final int DOMAIN_NOTICE_UNSPECIFIED_VALUE
The notice is undefined.
DOMAIN_NOTICE_UNSPECIFIED = 0;public static final int HSTS_PRELOADED_VALUE
Indicates that the domain is preloaded on the HTTP Strict Transport Security list in browsers. Serving a website on such domain requires an SSL certificate. For details, see [how to get an SSL certificate](https://support.google.com/domains/answer/7638036).
HSTS_PRELOADED = 1;public static DomainNotice[] values()
for (DomainNotice c : DomainNotice.values()) System.out.println(c);
public static DomainNotice 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 DomainNotice valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DomainNotice forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DomainNotice> 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 DomainNotice valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.