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 document outlines the `RestoreCryptoKeyVersionRequest` class, which is used for requesting the restoration of a specific CryptoKeyVersion within Google Cloud KMS."],["The latest version of the API is 3.16.0, with a range of previous versions listed from 3.15.0 down to 2.2.0, each with its corresponding documentation link."],["The `RestoreCryptoKeyVersionRequest` class inherits from several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the `Object` class."],["Key properties of the `RestoreCryptoKeyVersionRequest` class include `CryptoKeyVersionName` which is a typed view of the resource name and `Name` which represents the resource name of the CryptoKeyVersion to be restored."],["There are two constructors available for `RestoreCryptoKeyVersionRequest`: a default constructor and one that accepts another `RestoreCryptoKeyVersionRequest` instance for copying."]]],[]]