Enum CertificateAuthority.Type (2.5.0)

public enum CertificateAuthority.Type extends Enum<CertificateAuthority.Type> implements ProtocolMessageEnum

The type of a CertificateAuthority, indicating its issuing chain.

Protobuf enum google.cloud.security.privateca.v1.CertificateAuthority.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SELF_SIGNED

Self-signed CA.

SELF_SIGNED = 1;

SELF_SIGNED_VALUE

Self-signed CA.

SELF_SIGNED = 1;

SUBORDINATE

Subordinate CA. Could be issued by a Private CA CertificateAuthority or an unmanaged CA.

SUBORDINATE = 2;

SUBORDINATE_VALUE

Subordinate CA. Could be issued by a Private CA CertificateAuthority or an unmanaged CA.

SUBORDINATE = 2;

TYPE_UNSPECIFIED

Not specified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Not specified.

TYPE_UNSPECIFIED = 0;

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