Enum Certificate.ManagedCertificate.AuthorizationAttemptInfo.State (0.44.0)

public enum Certificate.ManagedCertificate.AuthorizationAttemptInfo.State extends Enum<Certificate.ManagedCertificate.AuthorizationAttemptInfo.State> implements ProtocolMessageEnum

State of the domain for managed certificate issuance.

Protobuf enum google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTHORIZED

A managed certificate can be provisioned, no issues for this domain.

AUTHORIZED = 6;

AUTHORIZED_VALUE

A managed certificate can be provisioned, no issues for this domain.

AUTHORIZED = 6;

AUTHORIZING

Certificate provisioning for this domain is under way. Google Cloud will attempt to authorize the domain.

AUTHORIZING = 1;

AUTHORIZING_VALUE

Certificate provisioning for this domain is under way. Google Cloud will attempt to authorize the domain.

AUTHORIZING = 1;

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;

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;

STATE_UNSPECIFIED

State is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State is unspecified.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()