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, which is part of the Google Cloud Security Private CA service."],["The `CertChain` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used for message passing and efficient data handling."],["The documentation includes a list of available versions of the `CertChain` class, from version 1.0.0 up to the latest version 3.9.0, allowing users to navigate to different release documentation."],["The class contains a constructor for creating a new instance of `CertChain` as well as a constructor that accepts another `CertChain` object for copying, with the constructor's parameters described in a table format."],["The `Certificates` property within the `CertChain` class is a `RepeatedField\u003cstring\u003e` that holds the collection of certificates that make up the CA chain in leaf to root order."]]],[]]