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 latest version of the `UpdateEkmConfigRequest` class is 3.16.0, and the documentation provides links to versions all the way back to 2.2.0."],["The `UpdateEkmConfigRequest` class is part of the Google Cloud Key Management Service v1 API, specifically within the `Google.Cloud.Kms.V1` namespace."],["This class is used as a request message for updating EkmConfig and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateEkmConfigRequest` class has two main properties: `EkmConfig`, which holds the updated `EkmConfig` values, and `UpdateMask`, which specifies the fields to be updated."],["The documentation provides details on the constructors, inherited members, properties, and parameter descriptions for the `UpdateEkmConfigRequest` class."]]],[]]