public sealed class UpdateEkmConnectionRequest : IMessage<UpdateEkmConnectionRequest>, IEquatable<UpdateEkmConnectionRequest>, IDeepCloneable<UpdateEkmConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class UpdateEkmConnectionRequest.
Request message for
[EkmService.UpdateEkmConnection][google.cloud.kms.v1.EkmService.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 document provides reference information for the `UpdateEkmConnectionRequest` class within the Google Cloud Key Management Service v1 API, specifically version 3.11.0."],["The `UpdateEkmConnectionRequest` class is used to send requests for updating an EkmConnection and is part of the `Google.Cloud.Kms.V1` namespace in the Google Cloud .NET library."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists all available versions of this class, starting from version 3.16.0 (latest) to version 2.2.0, all of which can be used with the UpdateEkmConnectionRequest."],["The class has two constructors, one default and another to make a copy of another UpdateEkmConnectionRequest, as well as two properties, `EkmConnection` and `UpdateMask`, used to describe the request details."]]],[]]