public enum Certificate.ManagedCertificate.AuthorizationAttemptInfo.State extends Enum<Certificate.ManagedCertificate.AuthorizationAttemptInfo.State> implements ProtocolMessageEnum
Protobuf enum
google.events.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AUTHORIZED |
A managed certificate can be provisioned, no issues for this domain. |
AUTHORIZED_VALUE |
A managed certificate can be provisioned, no issues for this domain. |
AUTHORIZING |
Certificate provisioning for this domain is under way. GCP will attempt to authorize the domain. |
AUTHORIZING_VALUE |
Certificate provisioning for this domain is under way. GCP will attempt to authorize the domain. |
FAILED |
Attempt to authorize the domain failed. This prevents the Managed
Certificate from being issued.
See |
FAILED_VALUE |
Attempt to authorize the domain failed. This prevents the Managed
Certificate from being issued.
See |
STATE_UNSPECIFIED |
|
STATE_UNSPECIFIED_VALUE |
|
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() |