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.9.0 of the library."],["It lists all available versions of `UpdateCryptoKeyVersionRequest` from version 2.2.0 to the latest 3.16.0, with hyperlinks to their respective documentation pages."],["The `UpdateCryptoKeyVersionRequest` class is a request message used to update a CryptoKeyVersion through the KeyManagementService."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes constructors to create new instances of the request, which will have properties `CryptoKeyVersion` and `UpdateMask`."]]],[]]