public sealed class UpdateEkmConnectionRequest : IMessage<UpdateEkmConnectionRequest>, IEquatable<UpdateEkmConnectionRequest>, IDeepCloneable<UpdateEkmConnectionRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.UpdateEkmConnection][].
[[["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 `UpdateEkmConnectionRequest` class within the `Google.Cloud.Kms.V1` namespace, which is used to request updates to an EkmConnection."],["The `UpdateEkmConnectionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data management and transfer."],["The class provides two constructors, a default one and one that allows for the cloning of an existing `UpdateEkmConnectionRequest` object, and has properties for updating the `EkmConnection` and `UpdateMask`."],["The documentation lists available versions of the API, ranging from the latest 3.16.0 down to 2.2.0, showing the evolution and history of the `UpdateEkmConnectionRequest` class."]]],[]]