Enum Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason
- java.lang.Object
-
- java.lang.Enum<Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason>
-
- com.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason>
- Enclosing class:
- Certificate.ManagedCertificate.AuthorizationAttemptInfo
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 enumgoogle.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason
-
-
Enum Constant Summary
Enum Constants Enum Constant 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
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason>
internalGetValueMap()
static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason
valueOf(int value)
Deprecated.static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason
valueOf(String name)
Returns the enum constant of this type with the specified name.static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FAILURE_REASON_UNSPECIFIED
public static final Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason FAILURE_REASON_UNSPECIFIED
FailureReason is unspecified.
FAILURE_REASON_UNSPECIFIED = 0;
-
CONFIG
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;
-
CAA
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;
-
RATE_LIMITED
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;
-
UNRECOGNIZED
public static final Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason UNRECOGNIZED
-
-
Field Detail
-
FAILURE_REASON_UNSPECIFIED_VALUE
public static final int FAILURE_REASON_UNSPECIFIED_VALUE
FailureReason is unspecified.
FAILURE_REASON_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
CONFIG_VALUE
public static final int CONFIG_VALUE
There was a problem with the user's DNS or load balancer configuration for this domain.
CONFIG = 1;
- See Also:
- Constant Field Values
-
CAA_VALUE
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;
- See Also:
- Constant Field Values
-
RATE_LIMITED_VALUE
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;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason c : Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-