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 provides documentation for the `UpdateCryptoKeyRequest` class within the `Google.Cloud.Kms.V1` namespace, covering versions from 2.2.0 to the latest 3.16.0."],["The `UpdateCryptoKeyRequest` class is used to send requests for updating a CryptoKey in the Google Cloud Key Management Service and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor, and one that accepts another `UpdateCryptoKeyRequest` object as a parameter, allowing for cloning."],["The `UpdateCryptoKeyRequest` class features properties for `CryptoKey`, which holds the updated values, and `UpdateMask`, which specifies which fields should be updated."],["The `UpdateCryptoKeyRequest` class inherits from the `Object` class and includes several inherited members, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]