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-03-21 UTC."],[[["This webpage details the `UpdateEkmConnectionRequest` class within the `Google.Cloud.Kms.V1` namespace, used for updating EkmConnection resources via the KeyManagementService."],["The `UpdateEkmConnectionRequest` class is part of the Google Cloud KMS API and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists different versions of the API documentation, ranging from version 2.2.0 to the latest 3.16.0, allowing users to access the reference based on their specific needs."],["The class has two constructors, a default one, and another that copies an existing `UpdateEkmConnectionRequest` object."],["Key properties for `UpdateEkmConnectionRequest` include `EkmConnection` and `UpdateMask`, which are used to specify the EkmConnection and the fields that should be updated."]]],[]]