Enum Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason (0.16.0)

public enum Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason extends Enum<Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason> implements ProtocolMessageEnum

Reason for failure of the authorization attempt for the domain.

Protobuf enum google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CAA

Certificate issuance forbidden by an explicit CAA record for the domain or a failure to check CAA records for the domain.

CAA = 2;

CAA_VALUE

Certificate issuance forbidden by an explicit CAA record for the domain or a failure to check CAA records for the domain.

CAA = 2;

CONFIG

There was a problem with the user's DNS or load balancer configuration for this domain.

CONFIG = 1;

CONFIG_VALUE

There was a problem with the user's DNS or load balancer configuration for this domain.

CONFIG = 1;

FAILURE_REASON_UNSPECIFIED

FailureReason is unspecified.

FAILURE_REASON_UNSPECIFIED = 0;

FAILURE_REASON_UNSPECIFIED_VALUE

FailureReason is unspecified.

FAILURE_REASON_UNSPECIFIED = 0;

RATE_LIMITED

Reached a CA or internal rate-limit for the domain, e.g. for certificates per top-level private domain.

RATE_LIMITED = 3;

RATE_LIMITED_VALUE

Reached a CA or internal rate-limit for the domain, e.g. for certificates per top-level private domain.

RATE_LIMITED = 3;

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