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 webpage provides documentation for the `UpdateEkmConnectionRequest` class within the Google Cloud Key Management Service (KMS) v1 API, specifically for version 3.2.0."],["The `UpdateEkmConnectionRequest` class is used to update an EkmConnection and is part of the `Google.Cloud.Kms.V1` namespace in the Google Cloud .NET library."],["The documentation lists available versions from 2.2.0 up to the latest 3.16.0, providing links to their respective documentation pages for the `UpdateEkmConnectionRequest` class."],["The webpage details the class's constructors, including a default constructor and a constructor that takes another `UpdateEkmConnectionRequest` as a parameter for copying, and it lists the properties `EkmConnection` and `UpdateMask` used in updating an EkmConnection."],["This `UpdateEkmConnectionRequest` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are part of the Google.Protobuf library, and it inherits from the base Object class."]]],[]]