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, and is used to receive the response of a client certificate generation operation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google.Protobuf framework."],["The class provides two constructors: a default constructor and a constructor that copies the state from an existing `GenerateClientCertificateResponse` object."],["The `GenerateClientCertificateResponse` class contains properties such as `CaCert` (the cluster CA certificate) and `PemCertificateChain` (the chain of certificates for verification), both are strings, however the second is a repeated field."],["The latest documentation version for the `GenerateClientCertificateResponse` class is 1.9.0, while this page's documentation is regarding the 1.6.0 version, and there are 8 other previous versions listed in the documentation."]]],[]]