public sealed class GetEkmConnectionRequest : IMessage<GetEkmConnectionRequest>, IEquatable<GetEkmConnectionRequest>, IDeepCloneable<GetEkmConnectionRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.GetEkmConnection][].
[[["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-09 UTC."],[[["This page details the `GetEkmConnectionRequest` class, which is used as a request message for retrieving an EkmConnection in the Google Cloud Key Management Service."],["The latest version available is 3.16.0, and the page provides links to documentation for previous versions, starting from 3.15.0 down to 2.2.0, allowing access to specific versions as needed."],["The `GetEkmConnectionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capabilities for handling messages and deep cloning."],["It includes properties such as `EkmConnectionName`, a typed view for the resource name, and `Name`, a string property that holds the name of the EkmConnection to be retrieved."]]],[]]