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 `GenerateClientCertificateResponse` class is part of the Google Cloud AlloyDB v1 API, specifically version 1.5.0, and is the message returned by a `GenerateClientCertificate` operation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison."],["The class has two constructors: a default constructor `GenerateClientCertificateResponse()` and an overload `GenerateClientCertificateResponse(GenerateClientCertificateResponse other)` for creating copies."],["It exposes two properties: `CaCert`, which is an optional string representing the PEM-encoded cluster CA X.509 certificate, and `PemCertificateChain`, which is a `RepeatedField` of strings for the PEM-encoded certificate chain."],["This documentation shows versioning information for the `GenerateClientCertificateResponse`, ranging from version 1.0.0 up to the latest version of 1.9.0."]]],[]]