public enum Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason extends Enum<Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason> implements ProtocolMessageEnum
Protobuf enum
google.events.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CAA | Certificate issuance forbidden by an explicit CAA record for the domain or a failure to check CAA records for the domain. |
CAA_VALUE | Certificate issuance forbidden by an explicit CAA record for the domain or a failure to check CAA records for the domain. |
CONFIG | There was a problem with the user's DNS or load balancer configuration for this domain. |
CONFIG_VALUE | There was a problem with the user's DNS or load balancer configuration for this domain. |
FAILURE_REASON_UNSPECIFIED |
|
FAILURE_REASON_UNSPECIFIED_VALUE |
|
RATE_LIMITED | Reached a CA or internal rate-limit for the domain, e.g. for certificates per top-level private domain. |
RATE_LIMITED_VALUE | Reached a CA or internal rate-limit for the domain, e.g. for certificates per top-level private domain. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |