public sealed class UpdateCryptoKeyRequest : IMessage<UpdateCryptoKeyRequest>, IEquatable<UpdateCryptoKeyRequest>, IDeepCloneable<UpdateCryptoKeyRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.UpdateCryptoKey][google.cloud.kms.v1.KeyManagementService.UpdateCryptoKey].
[[["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."],[[["This page details the `UpdateCryptoKeyRequest` class, which is used to request updates to a `CryptoKey` within the Google Cloud Key Management Service."],["The `UpdateCryptoKeyRequest` class is found within the `Google.Cloud.Kms.V1` namespace, and is part of the `Google.Cloud.Kms.V1.dll` assembly."],["The most recent version of the `UpdateCryptoKeyRequest` is version 3.16.0, with versions as far back as 2.2.0 also available."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateCryptoKeyRequest` class has two required properties: `CryptoKey`, containing the updated values, and `UpdateMask`, which specifies which fields to update."]]],[]]