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 page details the `UpdateCryptoKeyRequest` class, which is used to update a CryptoKey through the KeyManagementService in Google Cloud KMS."],["The latest version available for `UpdateCryptoKeyRequest` is 3.16.0, with many older versions listed dating back to 2.2.0, all accessible via links."],["The `UpdateCryptoKeyRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateCryptoKeyRequest` class has two constructors and two key properties: `CryptoKey` for the updated values and `UpdateMask` to list fields that will be updated."],["This page focuses on `UpdateCryptoKeyRequest`, and provides reference documentation for the Google.Cloud.Kms.V1 namespace within the .NET environment, specifying that the related assembly is Google.Cloud.Kms.V1.dll."]]],[]]