public sealed class CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain : IMessage<CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain>, IEquatable<CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain>, IDeepCloneable<CertificateAuthority.Types.ManagedCertificateAuthority.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."],[[["The `CertChain` class, part of the `Google.Cloud.Redis.Cluster.V1` namespace, represents a certificate chain within the managed certificate authority and is available in various versions, with the latest being 1.4.0."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["The `CertChain` class has two constructors: a default constructor and another that allows for creating a copy of an existing `CertChain` object."],["The `Certificates` property within `CertChain` is of type `RepeatedField\u003cstring\u003e`, holding the ordered list of certificates that constitute the certificate authority chain, from the leaf to the root."]]],[]]