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."],[[["This webpage provides reference documentation for the `UpdateEkmConfigRequest` class within the Google Cloud Key Management Service (KMS) v1 API."],["The `UpdateEkmConfigRequest` class is a request message used for updating the External Key Manager (EKM) configuration via `EkmService.UpdateEkmConfig`."],["The latest version of the API documented is 3.16.0, while the current page specifically shows information for version 3.13.0, and a list of versions ranging from 2.2.0 to 3.16.0."],["Key properties within `UpdateEkmConfigRequest` include `EkmConfig`, which contains the updated EKM configuration, and `UpdateMask`, which specifies which fields should be updated in the request."],["The `UpdateEkmConfigRequest` class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the base object."]]],[]]