public sealed class ManagedCertificate : IMessage<ManagedCertificate>, IEquatable<ManagedCertificate>, IDeepCloneable<ManagedCertificate>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class ManagedCertificate.
Time at which the certificate was last renewed. The renewal process is
fully managed. Certificate renewal will automatically occur before the
certificate expires. Renewal errors can be tracked via ManagementStatus.
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `ManagedCertificate` class within the Google Cloud App Engine v1 API."],["The `ManagedCertificate` class is a representation of a certificate that is managed by App Engine and automatically renews before expiring."],["The available versions of the library for the `ManagedCertificate` class ranges from 1.0.0 to the latest 2.4.0 version."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, making it compatible with protobuf standards."],["The `ManagedCertificate` class has properties such as `LastRenewalTime`, which shows the most recent time the certificate was renewed, and `Status`, which show the management status."]]],[]]