public sealed class FetchCaCertsResponse.Types.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 page provides documentation for the `CertChain` class within the `Google.Cloud.Security.PrivateCA.V1` namespace, detailing its structure and functionality across various versions."],["The `CertChain` class, a part of `FetchCaCertsResponse.Types`, is a sealed class inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The most current version documented is 3.9.0, with access to versions dating back to 1.0.0."],["`CertChain` objects can be constructed using either a default constructor or by copying another `CertChain` object, with the latter taking a `CertChain` object as a parameter."],["The primary property of the `CertChain` class is `Certificates`, which is a `RepeatedField\u003cstring\u003e` containing the sequence of certificates that comprise the certificate authority (CA) chain."]]],[]]