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 page details the `UpdateEkmConnectionRequest` class within the `Google.Cloud.Kms.V1` namespace, specifically version 2.9.0, used for updating EkmConnection resources in the Google Cloud Key Management Service."],["The latest version of the library is 3.16.0 and the page also provides links to documentation for multiple versions ranging from 2.2.0 to 3.16.0, including the latest and older versions."],["`UpdateEkmConnectionRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors: a default constructor and one that takes another `UpdateEkmConnectionRequest` object as a parameter, allowing for copying properties."],["The `UpdateEkmConnectionRequest` class includes properties such as `EkmConnection`, which holds the updated connection values, and `UpdateMask`, which indicates which fields to update."]]],[]]