public sealed class GenerateClientCertificateResponse : IMessage<GenerateClientCertificateResponse>, IEquatable<GenerateClientCertificateResponse>, IDeepCloneable<GenerateClientCertificateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta 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\u003eThis documentation is for the \u003ccode\u003eGenerateClientCertificateResponse\u003c/code\u003e class within the Google Cloud AlloyDB v1beta API, specifically version 1.0.0-beta09.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGenerateClientCertificateResponse\u003c/code\u003e class is a message type that is returned by a GenerateClientCertificate operation and implements several interfaces including \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\u003eThe class contains properties such as \u003ccode\u003eCaCert\u003c/code\u003e (cluster CA certificate), \u003ccode\u003ePemCertificate\u003c/code\u003e (signed X.509 certificate), and \u003ccode\u003ePemCertificateChain\u003c/code\u003e (certificate verification chain), where the \u003ccode\u003ePemCertificate\u003c/code\u003e property is marked as obsolete.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors: one default constructor and another that takes an existing \u003ccode\u003eGenerateClientCertificateResponse\u003c/code\u003e instance as a parameter to copy.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGenerateClientCertificateResponse\u003c/code\u003e class inherits members from the base \u003ccode\u003eobject\u003c/code\u003e class, such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# AlloyDB v1beta API - Class GenerateClientCertificateResponse (1.0.0-beta12)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta12 (latest)](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.GenerateClientCertificateResponse)\n- [1.0.0-beta11](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/1.0.0-beta11/Google.Cloud.AlloyDb.V1Beta.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 v1beta 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.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.GenerateClientCertificateResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GenerateClientCertificateResponse](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.GenerateClientCertificateResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GenerateClientCertificateResponse](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.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.V1Beta](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.AlloyDb.V1Beta.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."]]