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-04-09 UTC."],[[["This document provides reference documentation for the `UpdateCryptoKeyVersionRequest` class within the Google Cloud Key Management Service v1 API."],["The `UpdateCryptoKeyVersionRequest` class is used to request updates to a specific `CryptoKeyVersion` and is part of the `Google.Cloud.Kms.V1` namespace, found in the `Google.Cloud.Kms.V1.dll` assembly."],["The latest version available for the API is 3.16.0, while the current page describes version 3.5.0 of the `UpdateCryptoKeyVersionRequest` class, with a list of all versions from 3.16.0 down to 2.2.0 being linked."],["The `UpdateCryptoKeyVersionRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has two constructors: a default one, and another that takes an existing `UpdateCryptoKeyVersionRequest` as a parameter."],["It exposes two main properties, `CryptoKeyVersion` and `UpdateMask`, which are required to update a `CryptoKeyVersion`, and specify the fields that will be updated, respectively."]]],[]]