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 webpage 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 comprehensive list of previous versions ranging from 3.15.0 down to 2.2.0 provided on this webpage."],["The `UpdateCryptoKeyVersionRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateCryptoKeyVersionRequest` include `CryptoKeyVersion`, which represents the `CryptoKeyVersion` with updated values, and `UpdateMask`, which specifies the fields to be updated."],["The class offers two constructors, one being the default, and the other taking another instance of itself in order to copy its data."]]],[]]