public sealed class GetCertificateAuthorityRequest : IMessage<GetCertificateAuthorityRequest>, IEquatable<GetCertificateAuthorityRequest>, IDeepCloneable<GetCertificateAuthorityRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Memorystore v1 API class GetCertificateAuthorityRequest.
[[["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-04-02 UTC."],[[["The `GetCertificateAuthorityRequest` class is a request message for retrieving a certificate authority within the Memorystore v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling, equality checks, and deep cloning."],["The `GetCertificateAuthorityRequest` class includes two constructors for creating instances, one default and another that allows copying data from another `GetCertificateAuthorityRequest` object."],["It has properties, such as `Name` and `InstanceName`, to specify the target certificate authority by its name and through an `InstanceName` typed view."],["The class is in the namespace `Google.Cloud.Memorystore.V1` and can be found in the assembly `Google.Cloud.Memorystore.V1.dll`."]]],[]]