Enum CertificateRevocationList.State (2.5.0)

public enum CertificateRevocationList.State extends Enum<CertificateRevocationList.State> implements ProtocolMessageEnum

The state of a CertificateRevocationList, indicating if it is current.

Protobuf enum google.cloud.security.privateca.v1beta1.CertificateRevocationList.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The CertificateRevocationList is up to date.

ACTIVE = 1;

ACTIVE_VALUE

The CertificateRevocationList is up to date.

ACTIVE = 1;

STATE_UNSPECIFIED

Not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not specified.

STATE_UNSPECIFIED = 0;

SUPERSEDED

The CertificateRevocationList is no longer current.

SUPERSEDED = 2;

SUPERSEDED_VALUE

The CertificateRevocationList is no longer current.

SUPERSEDED = 2;

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