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, used for restoring a CryptoKeyVersion in the Key Management Service."],["The content includes a list of available versions of the `RestoreCryptoKeyVersionRequest` class, ranging from version 2.2.0 to the latest version 3.16.0."],["The `RestoreCryptoKeyVersionRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `RestoreCryptoKeyVersionRequest` class has properties such as `CryptoKeyVersionName` and `Name`, with the latter being a required string specifying the resource name of the `CryptoKeyVersion` to restore."],["The page also details the constructors of the class, including a default constructor and one that accepts another `RestoreCryptoKeyVersionRequest` object."]]],[]]