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."],[[["The latest version available for the `ManagedCertificate` class within the Google Cloud App Engine v1 API is version 2.4.0."],["The `ManagedCertificate` class represents a certificate managed by Google App Engine and is part of the `Google.Cloud.AppEngine.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with protocol buffers and support deep cloning and equality checks."],["The `ManagedCertificate` class has properties like `LastRenewalTime` and `Status` to track the certificate's last renewal and management status."],["The certificate management process is automated, with renewals occurring automatically before expiration."]]],[]]