public sealed class RestoreCryptoKeyVersionRequest : IMessage<RestoreCryptoKeyVersionRequest>, IEquatable<RestoreCryptoKeyVersionRequest>, IDeepCloneable<RestoreCryptoKeyVersionRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.RestoreCryptoKeyVersion][google.cloud.kms.v1.KeyManagementService.RestoreCryptoKeyVersion].
[[["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 details the `RestoreCryptoKeyVersionRequest` class within the `Google.Cloud.Kms.V1` namespace, specifically version 2.2.0, used for restoring a CryptoKeyVersion in the Key Management Service."],["The `RestoreCryptoKeyVersionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The page lists available versions of `RestoreCryptoKeyVersionRequest` ranging from version 2.2.0 up to 3.16.0, with 3.16.0 being the latest version."],["It provides two constructors for `RestoreCryptoKeyVersionRequest`, one default and another that takes another `RestoreCryptoKeyVersionRequest` as a parameter."],["The `RestoreCryptoKeyVersionRequest` class has two properties, `CryptoKeyVersionName` and `Name`, which are used for setting and retrieving the name of the CryptoKeyVersion to be restored."]]],[]]