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."],[[["The latest version available is 3.16.0, as indicated in the provided list of versions."],["This page provides documentation for the `UpdateCryptoKeyVersionRequest` class, which is part of the Google Cloud KMS (Key Management Service) library version 2.8.0."],["The `UpdateCryptoKeyVersionRequest` class is used to update a CryptoKeyVersion and is located within the `Google.Cloud.Kms.V1` namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and includes properties like `CryptoKeyVersion` and `UpdateMask` for managing updates."],["It is derived from the base class `Object`, that inherit the methods: `GetHashCode()`, `GetType()`, `MemberwiseClone()`, `ToString()`."]]],[]]