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, used for updating a `CryptoKeyVersion` in Google Cloud Key Management Service."],["The latest version of the `UpdateCryptoKeyVersionRequest` reference documentation is 3.16.0, with a range of previous versions available dating back to 2.2.0."],["The `UpdateCryptoKeyVersionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering deep cloning and message buffer capabilities."],["The class contains properties such as `CryptoKeyVersion`, representing the `CryptoKeyVersion` with updated values, and `UpdateMask`, indicating which fields should be modified during the update."],["The `UpdateCryptoKeyVersionRequest` has two constructors, one taking in no arguments and another taking in another `UpdateCryptoKeyVersionRequest` as an argument to create a copy of that object."]]],[]]