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 page details the `RestoreCryptoKeyVersionRequest` class, which is used for restoring a specific version of a cryptographic key within the Google Cloud Key Management Service (KMS)."],["The latest version for the documentation on this page is 3.16.0, while there is documentation available for versions dating back to version 2.2.0."],["`RestoreCryptoKeyVersionRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, deep cloning, and buffer management."],["The class includes properties like `CryptoKeyVersionName` and `Name`, which are used to identify the specific `CryptoKeyVersion` resource to be restored."],["There are two constructor methods for this class, one default and one to use if using another instance of the class."]]],[]]