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 provides documentation for the `GetEkmConnectionRequest` class within the `Google.Cloud.Kms.V1` namespace, specifically for .NET development."],["The `GetEkmConnectionRequest` class is used to request information about an EkmConnection from the Key Management Service, as part of Google Cloud's KMS offering."],["It is the request message for the `KeyManagementService.GetEkmConnection` method and inherits and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation provides details on available versions, from 2.2.0 to the latest 3.16.0, as well as the constructor and properties, including `EkmConnectionName` and `Name` which are used to identify the EkmConnection."]]],[]]