public static enum Certificate.ManagedCertificate.AuthorizationAttemptInfo.State extends Enum<Certificate.ManagedCertificate.AuthorizationAttemptInfo.State> implements com.google.protobuf.ProtocolMessageEnum
State of the domain for managed certificate issuance.Protobuf enum
google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State| Enum Constant and Description |
|---|
AUTHORIZED
A managed certificate can be provisioned, no issues for this domain.
|
AUTHORIZING
Certificate provisioning for this domain is under way.
|
FAILED
Attempt to authorize the domain failed.
|
STATE_UNSPECIFIED
State is unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTHORIZED_VALUE
A managed certificate can be provisioned, no issues for this domain.
|
static int |
AUTHORIZING_VALUE
Certificate provisioning for this domain is under way.
|
static int |
FAILED_VALUE
Attempt to authorize the domain failed.
|
static int |
STATE_UNSPECIFIED_VALUE
State is unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static Certificate.ManagedCertificate.AuthorizationAttemptInfo.State |
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.State> |
internalGetValueMap() |
static Certificate.ManagedCertificate.AuthorizationAttemptInfo.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Certificate.ManagedCertificate.AuthorizationAttemptInfo.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Certificate.ManagedCertificate.AuthorizationAttemptInfo.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Certificate.ManagedCertificate.AuthorizationAttemptInfo.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Certificate.ManagedCertificate.AuthorizationAttemptInfo.State STATE_UNSPECIFIED
State is unspecified.
STATE_UNSPECIFIED = 0;public static final Certificate.ManagedCertificate.AuthorizationAttemptInfo.State AUTHORIZING
Certificate provisioning for this domain is under way. GCP will attempt to authorize the domain.
AUTHORIZING = 1;public static final Certificate.ManagedCertificate.AuthorizationAttemptInfo.State AUTHORIZED
A managed certificate can be provisioned, no issues for this domain.
AUTHORIZED = 6;public static final Certificate.ManagedCertificate.AuthorizationAttemptInfo.State FAILED
Attempt to authorize the domain failed. This prevents the Managed Certificate from being issued. See `failure_reason` and `details` fields for more information.
FAILED = 7;public static final Certificate.ManagedCertificate.AuthorizationAttemptInfo.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
State is unspecified.
STATE_UNSPECIFIED = 0;public static final int AUTHORIZING_VALUE
Certificate provisioning for this domain is under way. GCP will attempt to authorize the domain.
AUTHORIZING = 1;public static final int AUTHORIZED_VALUE
A managed certificate can be provisioned, no issues for this domain.
AUTHORIZED = 6;public static final int FAILED_VALUE
Attempt to authorize the domain failed. This prevents the Managed Certificate from being issued. See `failure_reason` and `details` fields for more information.
FAILED = 7;public static Certificate.ManagedCertificate.AuthorizationAttemptInfo.State[] values()
for (Certificate.ManagedCertificate.AuthorizationAttemptInfo.State c : Certificate.ManagedCertificate.AuthorizationAttemptInfo.State.values()) System.out.println(c);
public static Certificate.ManagedCertificate.AuthorizationAttemptInfo.State 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.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Certificate.ManagedCertificate.AuthorizationAttemptInfo.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Certificate.ManagedCertificate.AuthorizationAttemptInfo.State> 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.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.