Enum AuthorizedCertificateView (2.3.3)

public enum AuthorizedCertificateView extends Enum<AuthorizedCertificateView> implements ProtocolMessageEnum

Fields that should be returned when an AuthorizedCertificate resource is retrieved.

Protobuf enum google.appengine.v1.AuthorizedCertificateView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASIC_CERTIFICATE

Basic certificate information, including applicable domains and expiration date.

BASIC_CERTIFICATE = 0;

BASIC_CERTIFICATE_VALUE

Basic certificate information, including applicable domains and expiration date.

BASIC_CERTIFICATE = 0;

FULL_CERTIFICATE

The information from BASIC_CERTIFICATE, plus detailed information on the domain mappings that have this certificate mapped.

FULL_CERTIFICATE = 1;

FULL_CERTIFICATE_VALUE

The information from BASIC_CERTIFICATE, plus detailed information on the domain mappings that have this certificate mapped.

FULL_CERTIFICATE = 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()