Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ManagementStatus.
State of certificate management. Refers to the most recent certificate
acquisition or renewal attempt.
Protobuf typegoogle.appengine.v1.ManagementStatus
Namespace
Google \ Cloud \ AppEngine \ V1
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
MANAGEMENT_STATUS_UNSPECIFIED
Value: 0
Generated from protobuf enumMANAGEMENT_STATUS_UNSPECIFIED = 0;
OK
Value: 1
Certificate was successfully obtained and inserted into the serving
system.
Generated from protobuf enumOK = 1;
PENDING
Value: 2
Certificate is under active attempts to acquire or renew.
Generated from protobuf enumPENDING = 2;
FAILED_RETRYING_NOT_VISIBLE
Value: 4
Most recent renewal failed due to an invalid DNS setup and will be
retried. Renewal attempts will continue to fail until the certificate
domain's DNS configuration is fixed. The last successfully provisioned
certificate may still be serving.
Generated from protobuf enumFAILED_RETRYING_NOT_VISIBLE = 4;
FAILED_PERMANENT
Value: 6
All renewal attempts have been exhausted, likely due to an invalid DNS
setup.
Generated from protobuf enumFAILED_PERMANENT = 6;
FAILED_RETRYING_CAA_FORBIDDEN
Value: 7
Most recent renewal failed due to an explicit CAA record that does not
include one of the in-use CAs (Google CA and Let's Encrypt). Renewals will
continue to fail until the CAA is reconfigured. The last successfully
provisioned certificate may still be serving.
Generated from protobuf enumFAILED_RETRYING_CAA_FORBIDDEN = 7;
FAILED_RETRYING_CAA_CHECKING
Value: 8
Most recent renewal failed due to a CAA retrieval failure. This means that
the domain's DNS provider does not properly handle CAA records, failing
requests for CAA records when no CAA records are defined. Renewals will
continue to fail until the DNS provider is changed or a CAA record is
added for the given domain. The last successfully provisioned certificate
may still be serving.
Generated from protobuf enumFAILED_RETRYING_CAA_CHECKING = 8;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Appengine Admin V1 Client - Class ManagementStatus (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-appengine-admin/latest/V1.ManagementStatus)\n- [2.0.3](/php/docs/reference/cloud-appengine-admin/2.0.3/V1.ManagementStatus)\n- [1.3.5](/php/docs/reference/cloud-appengine-admin/1.3.5/V1.ManagementStatus)\n- [1.2.2](/php/docs/reference/cloud-appengine-admin/1.2.2/V1.ManagementStatus)\n- [1.1.1](/php/docs/reference/cloud-appengine-admin/1.1.1/V1.ManagementStatus)\n- [1.0.6](/php/docs/reference/cloud-appengine-admin/1.0.6/V1.ManagementStatus) \nReference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ManagementStatus.\n\nState of certificate management. Refers to the most recent certificate\nacquisition or renewal attempt.\n\nProtobuf type `google.appengine.v1.ManagementStatus`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AppEngine \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### MANAGEMENT_STATUS_UNSPECIFIED\n\n Value: 0\n\nGenerated from protobuf enum `MANAGEMENT_STATUS_UNSPECIFIED = 0;`\n\n### OK\n\n Value: 1\n\nCertificate was successfully obtained and inserted into the serving\nsystem.\n\nGenerated from protobuf enum `OK = 1;`\n\n### PENDING\n\n Value: 2\n\nCertificate is under active attempts to acquire or renew.\n\nGenerated from protobuf enum `PENDING = 2;`\n\n### FAILED_RETRYING_NOT_VISIBLE\n\n Value: 4\n\nMost recent renewal failed due to an invalid DNS setup and will be\nretried. Renewal attempts will continue to fail until the certificate\ndomain's DNS configuration is fixed. The last successfully provisioned\ncertificate may still be serving.\n\nGenerated from protobuf enum `FAILED_RETRYING_NOT_VISIBLE = 4;`\n\n### FAILED_PERMANENT\n\n Value: 6\n\nAll renewal attempts have been exhausted, likely due to an invalid DNS\nsetup.\n\nGenerated from protobuf enum `FAILED_PERMANENT = 6;`\n\n### FAILED_RETRYING_CAA_FORBIDDEN\n\n Value: 7\n\nMost recent renewal failed due to an explicit CAA record that does not\ninclude one of the in-use CAs (Google CA and Let's Encrypt). Renewals will\ncontinue to fail until the CAA is reconfigured. The last successfully\nprovisioned certificate may still be serving.\n\nGenerated from protobuf enum `FAILED_RETRYING_CAA_FORBIDDEN = 7;`\n\n### FAILED_RETRYING_CAA_CHECKING\n\n Value: 8\n\nMost recent renewal failed due to a CAA retrieval failure. This means that\nthe domain's DNS provider does not properly handle CAA records, failing\nrequests for CAA records when no CAA records are defined. Renewals will\ncontinue to fail until the DNS provider is changed or a CAA record is\nadded for the given domain. The last successfully provisioned certificate\nmay still be serving.\n\nGenerated from protobuf enum `FAILED_RETRYING_CAA_CHECKING = 8;`"]]