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-03-21 UTC."],[[["This page details the `UpdateCryptoKeyVersionRequest` class within the `Google.Cloud.Kms.V1` namespace, specifically for version 2.4.0 of the library."],["`UpdateCryptoKeyVersionRequest` is a request message used for updating a CryptoKeyVersion, as part of the `KeyManagementService`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with members inherited from the base `Object` class."],["Key properties of this request include `CryptoKeyVersion` which holds the updated values and `UpdateMask` which specifies which fields should be updated."],["The webpage provides a full history of prior versions of this class, from 3.16.0 down to 2.2.0, with links to each release."]]],[]]