public sealed class GetCertificateAuthorityRequest : IMessage<GetCertificateAuthorityRequest>, IEquatable<GetCertificateAuthorityRequest>, IDeepCloneable<GetCertificateAuthorityRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Memorystore v1beta 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-08 UTC."],[[["`GetCertificateAuthorityRequest` is a class in the Memorystore v1beta API, serving as the request message for retrieving a certificate authority."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, cloning, and buffer manipulation."],["The `GetCertificateAuthorityRequest` class can be constructed either as an empty object or by using an already existing `GetCertificateAuthorityRequest` object."],["The class has two properties `InstanceName` which is a typed view over the `Name` resource name, and `Name` which is the required string property holding the certificate authority name with the format of `projects/{project}/locations/{location}/instances/{instance}/certificateAuthority`."]]],[]]