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-03-21 UTC."],[[["This webpage details the `GetEkmConnectionRequest` class, which is a request message used for the `KeyManagementService.GetEkmConnection` operation."],["The class is part of the `Google.Cloud.Kms.V1` namespace and is implemented in the `Google.Cloud.Kms.V1.dll` assembly, with the most recent version being `3.16.0`."],["`GetEkmConnectionRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in the Google Cloud Key Management Service."],["The `GetEkmConnectionRequest` class has two constructors and two properties: `EkmConnectionName` and `Name`, the latter being a required string representing the name of the `EkmConnection` to retrieve."],["The webpage covers versions from 2.2.0 up to 3.16.0 of the `GetEkmConnectionRequest`."]]],[]]