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, which is used for restoring a specific version of a cryptographic key within the Google Cloud Key Management Service (KMS)."],["The `RestoreCryptoKeyVersionRequest` class is part of the `Google.Cloud.Kms.V1` namespace and is found within the `Google.Cloud.Kms.V1.dll` assembly."],["The latest version documented is 3.16.0, but the page provides access to previous versions, with version 3.0.0 being the reference point for the described features."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its role within the Google Protobuf ecosystem."],["The class has two properties which are `CryptoKeyVersionName` and `Name` that can be called to restore the key, and has two constructors one without parameters and the other with a parameter `other`."]]],[]]