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."],[[["This document provides reference material for the `GenerateClientCertificateResponse` class within the Google Cloud AlloyDB v1 API, specifically version 1.7.0."],["The `GenerateClientCertificateResponse` class is designed to handle messages returned by a `GenerateClientCertificate` operation, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one parameterless and one that accepts another `GenerateClientCertificateResponse` instance, facilitating the creation of new instances."],["Key properties of this class include `CaCert`, which holds the pem-encoded cluster CA X.509 certificate, and `PemCertificateChain`, which contains the pem-encoded certificate chain for X.509 verification."],["The document also lists the availability of older and newer versions, including the latest version, of the same documentation with links."]]],[]]