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."],[[["This webpage details the `CertChain` class, which is part of the `FetchCaCertsResponse.Types` within the `Google.Cloud.Security.PrivateCA.V1` namespace, spanning from versions 1.0.0 to 3.9.0."],["The `CertChain` class is sealed and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's protocol buffer system."],["The `CertChain` class provides two constructors, a default one and another that takes an existing `FetchCaCertsResponse.Types.CertChain` instance for copying, allowing for easy instantiation."],["The primary property of `CertChain` is `Certificates`, a `RepeatedField` of strings that holds the ordered sequence of certificates in the CA chain, from leaf to root, crucial for validating the chain."],["The latest version of this is 3.9.0, which can be found via the provided link, as well as previous versions."]]],[]]