Google Cloud Certificate Manager V1 Client - Class Reason (0.3.7)

Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class Reason.

Reason for provisioning failures.

Protobuf type google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue.Reason

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

REASON_UNSPECIFIED

Value: 0

Reason is unspecified.

Generated from protobuf enum REASON_UNSPECIFIED = 0;

AUTHORIZATION_ISSUE

Value: 1

Certificate provisioning failed due to an issue with one or more of the domains on the certificate.

For details of which domains failed, consult the authorization_attempt_info field.

Generated from protobuf enum AUTHORIZATION_ISSUE = 1;

RATE_LIMITED

Value: 2

Exceeded Certificate Authority quotas or internal rate limits of the system. Provisioning may take longer to complete.

Generated from protobuf enum RATE_LIMITED = 2;