public sealed class UpdateCryptoKeyVersionRequest : IMessage<UpdateCryptoKeyVersionRequest>, IEquatable<UpdateCryptoKeyVersionRequest>, IDeepCloneable<UpdateCryptoKeyVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class UpdateCryptoKeyVersionRequest.
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 document provides reference documentation for the `UpdateCryptoKeyVersionRequest` class within the Google Cloud Key Management Service v1 API, specifically version 3.8.0."],["The `UpdateCryptoKeyVersionRequest` class is used to update a `CryptoKeyVersion` and is implemented as a sealed class, inheriting from object, and implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There is an extensive list of available versions ranging from 3.16.0 (latest) all the way back to 2.2.0, each with their own specific documentation for the `UpdateCryptoKeyVersionRequest`."],["The class features properties such as `CryptoKeyVersion` and `UpdateMask`, which represent the `CryptoKeyVersion` to be updated and the list of fields that can be updated, respectively."],["The `UpdateCryptoKeyVersionRequest` class provides two constructors: a default one and one that allows copying an existing `UpdateCryptoKeyVersionRequest` object."]]],[]]