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 page provides reference documentation for the `UpdateCryptoKeyVersionRequest` class within the Google Cloud Key Management Service v1 API for .NET."],["The `UpdateCryptoKeyVersionRequest` class is used as a request message for updating a CryptoKeyVersion, and it implements multiple interfaces for message handling and cloning."],["It includes a history of versions, ranging from 2.2.0 to the latest 3.16.0, including the version 3.3.0 which is the focus of the page."],["The class has two properties, `CryptoKeyVersion` and `UpdateMask`, that are required for updating a CryptoKeyVersion and to specify the fields that will be modified, respectively."],["The documentation details the inheritance structure, inherited members, constructors, properties, and related namespaces and assemblies for the `UpdateCryptoKeyVersionRequest` class."]]],[]]