public sealed class ManagedCertificate : IMessage<ManagedCertificate>, IEquatable<ManagedCertificate>, IDeepCloneable<ManagedCertificate>, IBufferMessage, IMessage
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.
@OutputOnly
Property Value
Type
Description
Google.Protobuf.WellKnownTypes.Timestamp
Status
public ManagementStatus Status { get; set; }
Status of certificate management. Refers to the most recent certificate
acquisition or renewal attempt.
[[["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 `ManagedCertificate` class represents a certificate managed by Google App Engine, with version 2.4.0 being the latest available version."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and provides constructors for creating new instances and copying existing `ManagedCertificate` objects."],["It features two main properties: `LastRenewalTime`, which indicates the timestamp of the last certificate renewal, and `Status`, which reflects the current management status of the certificate."],["The class is part of the `Google.Cloud.AppEngine.V1` namespace and is contained within the `Google.Cloud.AppEngine.V1.dll` assembly."],["Inherited members include standard object methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]