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 information for the `GenerateClientCertificateResponse` class within the Google Cloud AlloyDB v1 API, specifically version 1.8.0."],["The `GenerateClientCertificateResponse` class is designed to handle messages returned by a GenerateClientCertificate operation, and it inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `CaCert`, which represents the pem-encoded cluster CA X.509 certificate, and `PemCertificateChain`, which holds the pem-encoded chain for X.509 certificate verification."],["There are multiple previous versions available for `GenerateClientCertificateResponse` going back to 1.0.0 with the most recent version available being 1.9.0."],["The class can be instantiated via two constructors, a parameterless constructor, and one that uses another `GenerateClientCertificateResponse` as a parameter."]]],[]]