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, a component of the `FetchCaCertsResponse.Types` within the `Google.Cloud.Security.PrivateCA.V1` namespace."],["It presents an overview of various versions of the `CertChain`, ranging from version 1.0.0 to the latest 3.9.0, with direct links to the respective documentation for each version."],["The `CertChain` class is defined as a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a public property called `Certificates` of type `RepeatedField\u003cstring\u003e` which represents the list of certificates composing the CA chain."],["There are two public constructors for creating a `CertChain` object: a default constructor and another one that takes a `FetchCaCertsResponse.Types.CertChain` object as a parameter."]]],[]]