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-03-21 UTC."],[[["This webpage details the `UpdateCryptoKeyRequest` class, which is used to update a CryptoKey through the KeyManagementService in Google Cloud KMS."],["The class `UpdateCryptoKeyRequest` is part of the `Google.Cloud.Kms.V1` namespace, with a current version of 2.5.0, and the latest version being 3.16.0."],["The `UpdateCryptoKeyRequest` class is an implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `CryptoKey` which holds the updated CryptoKey, and `UpdateMask`, which defines which fields need updating."],["You can use the UpdateCryptoKeyRequest class via two available constructors, the default constructor, and one that accepts another UpdateCryptoKeyRequest as a parameter."]]],[]]