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."],[[["The latest version available is 3.16.0, with a range of versions from 2.2.0 up to the latest, all related to `UpdateCryptoKeyRequest`."],["`UpdateCryptoKeyRequest` is a request message used for updating a CryptoKey, which is part of the `KeyManagementService` in Google Cloud KMS."],["This class, `UpdateCryptoKeyRequest`, inherits from `Object` and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateCryptoKeyRequest` has two main properties: `CryptoKey`, which holds the updated values for the CryptoKey, and `UpdateMask`, which specifies the fields to be updated."],["There are two constructors available for the `UpdateCryptoKeyRequest` class, one empty and the other to copy an existing instance of the `UpdateCryptoKeyRequest` class."]]],[]]