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."],[[["The 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)."],["This class is part of the `Google.Cloud.Kms.V1` namespace, as documented in the versions ranging from 2.2.0 to 3.16.0, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this reference material is 3.16.0, while the current page focuses on the 2.8.0 version, providing historical context for the `RestoreCryptoKeyVersionRequest`."],["The class has two constructors, one parameterless and another that accepts an existing `RestoreCryptoKeyVersionRequest` instance as a parameter."],["The `RestoreCryptoKeyVersionRequest` class includes two properties: `CryptoKeyVersionName`, a typed view for resource names, and `Name`, a string property that requires the resource name of the `CryptoKeyVersion` to be restored."]]],[]]