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-04-09 UTC."],[[["The content provides reference documentation for the `UpdateEkmConfigRequest` class within the Google Cloud Key Management Service (KMS) v1 API, specifically for .NET."],["There are multiple versions of the API class listed, ranging from version 2.2.0 to 3.16.0, with the latter being the latest release."],["The `UpdateEkmConfigRequest` class is used to update the `EkmConfig` with specified fields, and it requires both the `EkmConfig` and a `FieldMask` indicating which fields to modify."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionalities in message handling, comparison, and cloning."],["The documentation details the constructors for the `UpdateEkmConfigRequest` class, namely a parameterless constructor and one that accepts another `UpdateEkmConfigRequest` object."]]],[]]