public sealed class CertChain : IMessage<FetchCaCertsResponse.Types.CertChain>, IEquatable<FetchCaCertsResponse.Types.CertChain>, IDeepCloneable<FetchCaCertsResponse.Types.CertChain>, IBufferMessage, IMessage
[[["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-04-17 UTC."],[[["The latest version of `CertChain` is 3.9.0, and there are multiple older versions available, ranging from 1.0.0 to 3.8.0."],["The `CertChain` class, part of the `Google.Cloud.Security.PrivateCA.V1` namespace, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CertChain` class provides two constructors: a default constructor `CertChain()` and an overload `CertChain(FetchCaCertsResponse.Types.CertChain)` that takes another `CertChain` object as a parameter."],["The class has a `Certificates` property, which is a `RepeatedField\u003cstring\u003e` containing the certificates forming the CA chain, ordered from leaf to root."],["The `CertChain` class has inherited methods such as `Object.GetHashCode()`, `Object.GetType()`, `System.Object.MemberwiseClone()`, and `System.Object.ToString()`."]]],[]]