public static enum Certificate.ManagedCertificate.ProvisioningIssue.Reason extends Enum<Certificate.ManagedCertificate.ProvisioningIssue.Reason> implements com.google.protobuf.ProtocolMessageEnum
Reason for provisioning failures.Protobuf enum
google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue.Reason| Enum Constant and Description |
|---|
AUTHORIZATION_ISSUE
Certificate provisioning failed due to an issue with one or more of
the domains on the certificate.
|
RATE_LIMITED
Exceeded Certificate Authority quotas or internal rate limits of the
system.
|
REASON_UNSPECIFIED
Reason is unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTHORIZATION_ISSUE_VALUE
Certificate provisioning failed due to an issue with one or more of
the domains on the certificate.
|
static int |
RATE_LIMITED_VALUE
Exceeded Certificate Authority quotas or internal rate limits of the
system.
|
static int |
REASON_UNSPECIFIED_VALUE
Reason is unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static Certificate.ManagedCertificate.ProvisioningIssue.Reason |
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.ProvisioningIssue.Reason> |
internalGetValueMap() |
static Certificate.ManagedCertificate.ProvisioningIssue.Reason |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Certificate.ManagedCertificate.ProvisioningIssue.Reason |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Certificate.ManagedCertificate.ProvisioningIssue.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Certificate.ManagedCertificate.ProvisioningIssue.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Certificate.ManagedCertificate.ProvisioningIssue.Reason REASON_UNSPECIFIED
Reason is unspecified.
REASON_UNSPECIFIED = 0;public static final Certificate.ManagedCertificate.ProvisioningIssue.Reason 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;public static final Certificate.ManagedCertificate.ProvisioningIssue.Reason RATE_LIMITED
Exceeded Certificate Authority quotas or internal rate limits of the system. Provisioning may take longer to complete.
RATE_LIMITED = 2;public static final Certificate.ManagedCertificate.ProvisioningIssue.Reason UNRECOGNIZED
public static final int REASON_UNSPECIFIED_VALUE
Reason is unspecified.
REASON_UNSPECIFIED = 0;public static final int 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;public static final int RATE_LIMITED_VALUE
Exceeded Certificate Authority quotas or internal rate limits of the system. Provisioning may take longer to complete.
RATE_LIMITED = 2;public static Certificate.ManagedCertificate.ProvisioningIssue.Reason[] values()
for (Certificate.ManagedCertificate.ProvisioningIssue.Reason c : Certificate.ManagedCertificate.ProvisioningIssue.Reason.values()) System.out.println(c);
public static Certificate.ManagedCertificate.ProvisioningIssue.Reason 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.ProvisioningIssue.Reason valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Certificate.ManagedCertificate.ProvisioningIssue.Reason forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Certificate.ManagedCertificate.ProvisioningIssue.Reason> 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.ProvisioningIssue.Reason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.