public sealed class GenerateClientCertificateResponse : IMessage<GenerateClientCertificateResponse>, IEquatable<GenerateClientCertificateResponse>, IDeepCloneable<GenerateClientCertificateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eGenerateClientCertificateResponse\u003c/code\u003e class is \u003ccode\u003e1.0.0-alpha10\u003c/code\u003e, as part of the Google Cloud AlloyDB v1alpha API.\u003c/p\u003e\n"],["\u003cp\u003eThis class is used to receive the message returned by a \u003ccode\u003eGenerateClientCertificate\u003c/code\u003e operation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGenerateClientCertificateResponse\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class has properties including \u003ccode\u003eCaCert\u003c/code\u003e which represents the cluster CA X.509 certificate, \u003ccode\u003ePemCertificate\u003c/code\u003e which represents the pem-encoded certificate, and \u003ccode\u003ePemCertificateChain\u003c/code\u003e which is the chain to verify X.509 certificates.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors, one being the default and the other allowing for the passing of another \u003ccode\u003eGenerateClientCertificateResponse\u003c/code\u003e as an argument.\u003c/p\u003e\n"]]],[],null,["# AlloyDB v1alpha API - Class GenerateClientCertificateResponse (1.0.0-alpha12)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-alpha12 (latest)](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.GenerateClientCertificateResponse)\n- [1.0.0-alpha11](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/1.0.0-alpha11/Google.Cloud.AlloyDb.V1Alpha.GenerateClientCertificateResponse) \n\n public sealed class GenerateClientCertificateResponse : IMessage\u003cGenerateClientCertificateResponse\u003e, IEquatable\u003cGenerateClientCertificateResponse\u003e, IDeepCloneable\u003cGenerateClientCertificateResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AlloyDB v1alpha API class GenerateClientCertificateResponse.\n\nMessage returned by a GenerateClientCertificate operation. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GenerateClientCertificateResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GenerateClientCertificateResponse](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.GenerateClientCertificateResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GenerateClientCertificateResponse](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.GenerateClientCertificateResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GenerateClientCertificateResponse](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.GenerateClientCertificateResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AlloyDb.V1Alpha](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.AlloyDb.V1Alpha.dll\n\nConstructors\n------------\n\n### GenerateClientCertificateResponse()\n\n public GenerateClientCertificateResponse()\n\n### GenerateClientCertificateResponse(GenerateClientCertificateResponse)\n\n public GenerateClientCertificateResponse(GenerateClientCertificateResponse other)\n\nProperties\n----------\n\n### CaCert\n\n public string CaCert { get; set; }\n\nOptional. The pem-encoded cluster ca X.509 certificate.\n\n### PemCertificate\n\n [Obsolete]\n public string PemCertificate { get; set; }\n\nOutput only. The pem-encoded, signed X.509 certificate.\n\n### PemCertificateChain\n\n public RepeatedField\u003cstring\u003e PemCertificateChain { get; }\n\nOutput only. The pem-encoded chain that may be used to verify the X.509\ncertificate. Expected to be in issuer-to-root order according to RFC 5246."]]