public sealed class CertificateAuthority.Types.ManagedCertificateAuthority : IMessage<CertificateAuthority.Types.ManagedCertificateAuthority>, IEquatable<CertificateAuthority.Types.ManagedCertificateAuthority>, IDeepCloneable<CertificateAuthority.Types.ManagedCertificateAuthority>, 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 document provides information about the `ManagedCertificateAuthority` class within the `Google.Cloud.Redis.Cluster.V1` namespace, specifically version 1.3.0."],["The `ManagedCertificateAuthority` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors: a default constructor, `ManagedCertificateAuthority()`, and an overload that takes another `ManagedCertificateAuthority` instance as input, `ManagedCertificateAuthority(ManagedCertificateAuthority other)`."],["It contains a `CaCerts` property of type `RepeatedField\u003cCertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain\u003e` which represents the PEM encoded CA certificate chains for managed server authentication."],["There are multiple versions of this documentation available, ranging from 1.0.0 to 1.4.0, with 1.4.0 being the latest release."]]],[]]