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, part of the Google Cloud Key Management Service (KMS) .NET library, version 2.6.0."],["The `UpdateCryptoKeyRequest` class is used to request an update to a cryptographic key and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the library, ranging from the latest version 3.16.0 down to version 2.2.0, and each version links to the respective documentation for the `UpdateCryptoKeyRequest`."],["The `UpdateCryptoKeyRequest` class has two constructors and two properties, `CryptoKey` and `UpdateMask`, that manage the new values of the key and the fields that will be modified in the update."]]],[]]