public static enum Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason extends Enum<Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason> implements com.google.protobuf.ProtocolMessageEnum
Reason for failure of the authorization attempt for the domain.Protobuf enum
google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason| Enum Constant and Description |
|---|
CAA
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.
|
FAILURE_REASON_UNSPECIFIED
FailureReason is unspecified.
|
RATE_LIMITED
Reached a CA or internal rate-limit for the domain,
e.g.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CAA_VALUE
Certificate issuance forbidden by an explicit CAA record for the
domain or a failure to check CAA records for the domain.
|
static int |
CONFIG_VALUE
There was a problem with the user's DNS or load balancer
configuration for this domain.
|
static int |
FAILURE_REASON_UNSPECIFIED_VALUE
FailureReason is unspecified.
|
static int |
RATE_LIMITED_VALUE
Reached a CA or internal rate-limit for the domain,
e.g.
|
public static final Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason FAILURE_REASON_UNSPECIFIED
FailureReason is unspecified.
FAILURE_REASON_UNSPECIFIED = 0;public static final Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason CONFIG
There was a problem with the user's DNS or load balancer configuration for this domain.
CONFIG = 1;public static final Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason CAA
Certificate issuance forbidden by an explicit CAA record for the domain or a failure to check CAA records for the domain.
CAA = 2;public static final Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason RATE_LIMITED
Reached a CA or internal rate-limit for the domain, e.g. for certificates per top-level private domain.
RATE_LIMITED = 3;public static final Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason UNRECOGNIZED
public static final int FAILURE_REASON_UNSPECIFIED_VALUE
FailureReason is unspecified.
FAILURE_REASON_UNSPECIFIED = 0;public static final int CONFIG_VALUE
There was a problem with the user's DNS or load balancer configuration for this domain.
CONFIG = 1;public static final int 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;public static final int 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;public static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason[] values()
for (Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason c : Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason.values()) System.out.println(c);
public static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.