public sealed class GenerateClientCertificateResponse : IMessage<GenerateClientCertificateResponse>, IEquatable<GenerateClientCertificateResponse>, IDeepCloneable<GenerateClientCertificateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class GenerateClientCertificateResponse.
Message returned by a GenerateClientCertificate operation.
[[["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 latest version of the `GenerateClientCertificateResponse` class is 1.9.0, while this documentation specifically covers version 1.3.0."],["`GenerateClientCertificateResponse` is an AlloyDB v1 API class that represents the message returned by a `GenerateClientCertificate` operation."],["The `GenerateClientCertificateResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides two constructors: a default constructor and a constructor that accepts another `GenerateClientCertificateResponse` object."],["It includes two properties: `CaCert`, a string for the pem-encoded cluster CA certificate, and `PemCertificateChain`, a repeated field of strings for the pem-encoded certificate chain used to verify the X.509 certificate."]]],[]]