Enum Certificate.ManagedCertificate.ProvisioningIssue.Reason (0.44.0)

public enum Certificate.ManagedCertificate.ProvisioningIssue.Reason extends Enum<Certificate.ManagedCertificate.ProvisioningIssue.Reason> implements ProtocolMessageEnum

Reason for provisioning failures.

Protobuf enum google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue.Reason

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTHORIZATION_ISSUE

Certificate provisioning failed due to an issue with one or more of the domains on the certificate. For details of which domains failed, consult the authorization_attempt_info field.

AUTHORIZATION_ISSUE = 1;

AUTHORIZATION_ISSUE_VALUE

Certificate provisioning failed due to an issue with one or more of the domains on the certificate. For details of which domains failed, consult the authorization_attempt_info field.

AUTHORIZATION_ISSUE = 1;

RATE_LIMITED

Exceeded Certificate Authority quotas or internal rate limits of the system. Provisioning may take longer to complete.

RATE_LIMITED = 2;

RATE_LIMITED_VALUE

Exceeded Certificate Authority quotas or internal rate limits of the system. Provisioning may take longer to complete.

RATE_LIMITED = 2;

REASON_UNSPECIFIED

Reason is unspecified.

REASON_UNSPECIFIED = 0;

REASON_UNSPECIFIED_VALUE

Reason is unspecified.

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