public sealed class UpdateEkmConfigRequest : IMessage<UpdateEkmConfigRequest>, IEquatable<UpdateEkmConfigRequest>, IDeepCloneable<UpdateEkmConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class UpdateEkmConfigRequest.
Request message for
[EkmService.UpdateEkmConfig][google.cloud.kms.v1.EkmService.UpdateEkmConfig].
[[["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."],[[["The document provides reference documentation for the `UpdateEkmConfigRequest` class within the Google Cloud Key Management Service v1 API, specifically for .NET."],["This class is used to send requests to update the External Key Manager (EKM) configuration, as part of the `EkmService.UpdateEkmConfig` operation."],["The `UpdateEkmConfigRequest` class is available across multiple versions, ranging from 2.2.0 to 3.16.0, with 3.16.0 being the latest version available, and version 3.8.0 serving as the focus point of this documentation."],["The class implements various interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `UpdateEkmConfigRequest` class has properties like `EkmConfig` (representing the updated configuration) and `UpdateMask` (specifying which fields to update), and offers the ability to be constructed with or without passing another object of its type."]]],[]]