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-04-09 UTC."],[[["This webpage details the `RestoreCryptoKeyVersionRequest` class within the `Google.Cloud.Kms.V1` namespace, used for restoring a CryptoKeyVersion in the Google Cloud Key Management Service."],["The latest version documented is 3.16.0, with the page also providing links to documentation for previous versions, down to version 2.2.0."],["The `RestoreCryptoKeyVersionRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that takes another `RestoreCryptoKeyVersionRequest` as a parameter for initialization."],["Key properties include `CryptoKeyVersionName` for a typed view of the resource name and `Name` (string), which is the required resource name of the `CryptoKeyVersion` to restore."]]],[]]