Enum DomainNotice (1.5.0)

public enum DomainNotice extends Enum<DomainNotice> implements ProtocolMessageEnum

Notices about special properties of certain domains.

Protobuf enum google.cloud.domains.v1beta1.DomainNotice

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DOMAIN_NOTICE_UNSPECIFIED

The notice is undefined.

DOMAIN_NOTICE_UNSPECIFIED = 0;

DOMAIN_NOTICE_UNSPECIFIED_VALUE

The notice is undefined.

DOMAIN_NOTICE_UNSPECIFIED = 0;

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.

HSTS_PRELOADED = 1;

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.

HSTS_PRELOADED = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()