public static enum Certificate.ManagedCertificate.State extends Enum<Certificate.ManagedCertificate.State> implements com.google.protobuf.ProtocolMessageEnum
State of the managed certificate resource.Protobuf enum
google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.State| Enum Constant and Description |
|---|
ACTIVE
The certificate management is working, and a certificate has been
provisioned.
|
FAILED
Multiple certificate provisioning attempts failed and Certificate
Manager gave up.
|
PROVISIONING
Certificate Manager attempts to provision or renew the certificate.
|
STATE_UNSPECIFIED
State is unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_VALUE
The certificate management is working, and a certificate has been
provisioned.
|
static int |
FAILED_VALUE
Multiple certificate provisioning attempts failed and Certificate
Manager gave up.
|
static int |
PROVISIONING_VALUE
Certificate Manager attempts to provision or renew the certificate.
|
static int |
STATE_UNSPECIFIED_VALUE
State is unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static Certificate.ManagedCertificate.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.State> |
internalGetValueMap() |
static Certificate.ManagedCertificate.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Certificate.ManagedCertificate.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Certificate.ManagedCertificate.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Certificate.ManagedCertificate.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Certificate.ManagedCertificate.State STATE_UNSPECIFIED
State is unspecified.
STATE_UNSPECIFIED = 0;public static final Certificate.ManagedCertificate.State PROVISIONING
Certificate Manager attempts to provision or renew the certificate. If the process takes longer than expected, consult the `provisioning_issue` field.
PROVISIONING = 1;public static final Certificate.ManagedCertificate.State 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 `provisioning_issue` field.
FAILED = 2;public static final Certificate.ManagedCertificate.State ACTIVE
The certificate management is working, and a certificate has been provisioned.
ACTIVE = 3;public static final Certificate.ManagedCertificate.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
State is unspecified.
STATE_UNSPECIFIED = 0;public static final int PROVISIONING_VALUE
Certificate Manager attempts to provision or renew the certificate. If the process takes longer than expected, consult the `provisioning_issue` field.
PROVISIONING = 1;public static final int 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_issue` field.
FAILED = 2;public static final int ACTIVE_VALUE
The certificate management is working, and a certificate has been provisioned.
ACTIVE = 3;public static Certificate.ManagedCertificate.State[] values()
for (Certificate.ManagedCertificate.State c : Certificate.ManagedCertificate.State.values()) System.out.println(c);
public static Certificate.ManagedCertificate.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.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Certificate.ManagedCertificate.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Certificate.ManagedCertificate.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.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.