public sealed class GenerateClientCertificateResponse : IMessage<GenerateClientCertificateResponse>, IEquatable<GenerateClientCertificateResponse>, IDeepCloneable<GenerateClientCertificateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta 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-24 UTC."],[[["This documentation is for the `GenerateClientCertificateResponse` class within the Google Cloud AlloyDB v1beta API, specifically version 1.0.0-beta09."],["The `GenerateClientCertificateResponse` class is a message type that is returned by a GenerateClientCertificate operation and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `CaCert` (cluster CA certificate), `PemCertificate` (signed X.509 certificate), and `PemCertificateChain` (certificate verification chain), where the `PemCertificate` property is marked as obsolete."],["This class has two constructors: one default constructor and another that takes an existing `GenerateClientCertificateResponse` instance as a parameter to copy."],["The `GenerateClientCertificateResponse` class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]