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 documentation for the `UpdateCryptoKeyVersionRequest` class within the Google Cloud Key Management Service (KMS) v1 API for .NET."],["The latest version of the `UpdateCryptoKeyVersionRequest` class is 3.16.0, and this page also includes links to documentation for older versions dating back to 2.2.0."],["`UpdateCryptoKeyVersionRequest` is a request message used to update a CryptoKeyVersion in the Google Cloud KMS and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that accepts another `UpdateCryptoKeyVersionRequest` object, enabling the creation of new instances or copies of existing ones, and it has two properties, `CryptoKeyVersion` and `UpdateMask`, to specify the Key Version to update, and the fields that needs to be updated."]]],[]]