public enum Certificate.ManagedCertificate.State extends Enum<Certificate.ManagedCertificate.State> implements ProtocolMessageEnumProtobuf enum google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.State
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ACTIVE | The certificate management is working, and a certificate has been provisioned. |
| ACTIVE_VALUE | The certificate management is working, and a certificate has been provisioned. |
| FAILED | Multiple certificate provisioning attempts failed and Certificate
Manager gave up. To try again, delete and create a new managed
Certificate resource.
For details see the |
| FAILED_VALUE | Multiple certificate provisioning attempts failed and Certificate
Manager gave up. To try again, delete and create a new managed
Certificate resource.
For details see the |
| PROVISIONING | Certificate Manager attempts to provision or renew the certificate.
If the process takes longer than expected, consult the
|
| PROVISIONING_VALUE | Certificate Manager attempts to provision or renew the certificate.
If the process takes longer than expected, consult the
|
| 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() |