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-03-21 UTC."],[[["This webpage details the `CertChain` class, which is part of the `Google.Cloud.Security.PrivateCA.V1` namespace and is used within the `FetchCaCertsResponse.Types` structure."],["The `CertChain` class is defined as sealed and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities."],["The latest version for this specific class is 3.9.0, but the page specifically discusses version 2.3.0 and versions down to 1.0.0, with each version having its own documentation link."],["The class has a `Certificates` property of type `RepeatedField\u003cstring\u003e` which contains a collection of certificates that form the CA chain, ordered from leaf to root."],["The class can be constructed using a default constructor `CertChain()` or by using a constructor that takes another `CertChain` object as a parameter `CertChain(FetchCaCertsResponse.Types.CertChain other)`."]]],[]]