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 providing documentation for `UpdateCryptoKeyRequest`."],["The `UpdateCryptoKeyRequest` class is a request message used for the `KeyManagementService.UpdateCryptoKey` operation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a variety of functionalities."],["The class contains two main properties `CryptoKey`, representing the updated CryptoKey values, and `UpdateMask`, specifying which fields need to be updated in the request."],["There are two constructor methods, a default empty constructor and another that accepts another `UpdateCryptoKeyRequest` object."]]],[]]