Enum Certificate.ManagedCertificate.State (0.2.0)

public enum Certificate.ManagedCertificate.State extends Enum<Certificate.ManagedCertificate.State> implements ProtocolMessageEnum

Protobuf enum google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The certificate management is working, and a certificate has been provisioned.

ACTIVE = 3;

ACTIVE_VALUE

The certificate management is working, and a certificate has been provisioned.

ACTIVE = 3;

FAILED

Multiple certificate provisioning attempts failed and Certificate Manager gave up. To try again, delete and create a new managed Certificate resource. For details see the provisioning_issue field.

FAILED = 2;

FAILED_VALUE

Multiple certificate provisioning attempts failed and Certificate Manager gave up. To try again, delete and create a new managed Certificate resource. For details see the provisioning_issue field.

FAILED = 2;

PROVISIONING

Certificate Manager attempts to provision or renew the certificate. If the process takes longer than expected, consult the provisioning_issue field.

PROVISIONING = 1;

PROVISIONING_VALUE

Certificate Manager attempts to provision or renew the certificate. If the process takes longer than expected, consult the provisioning_issue field.

PROVISIONING = 1;

STATE_UNSPECIFIED

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

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