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 for .NET, specifically version 3.12.0."],["The `UpdateEkmConfigRequest` class is used as a request message for updating the EkmConfig, which can be done through the `EkmService.UpdateEkmConfig` method."],["The page lists various versions of the API, from 2.2.0 up to the latest version 3.16.0, with links to the documentation for each individual version."],["The `UpdateEkmConfigRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the base `object` class."],["The class contains two properties, `EkmConfig` and `UpdateMask`, both of which are required fields for updating the Ekm configuration."]]],[]]