public sealed class UpdateCryptoKeyVersionRequest : IMessage<UpdateCryptoKeyVersionRequest>, IEquatable<UpdateCryptoKeyVersionRequest>, IDeepCloneable<UpdateCryptoKeyVersionRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.UpdateCryptoKeyVersion][google.cloud.kms.v1.KeyManagementService.UpdateCryptoKeyVersion].
[[["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-04-09 UTC."],[[["This page details the `UpdateCryptoKeyVersionRequest` class, which is used for updating a CryptoKeyVersion in the Google Cloud Key Management Service (KMS)."],["The content provides a list of available versions, starting from version 2.2.0 up to the latest version, 3.16.0, of the `UpdateCryptoKeyVersionRequest`, and each links to the associated documentation."],["The class `UpdateCryptoKeyVersionRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateCryptoKeyVersionRequest` class has two constructors and two required properties: `CryptoKeyVersion`, representing the updated values, and `UpdateMask`, a list of fields for updating."],["The page is referencing the `Google.Cloud.Kms.V1` namespace, and the `Google.Cloud.Kms.V1.dll` assembly."]]],[]]