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."],[[["The `RestoreCryptoKeyVersionRequest` class is used to manage requests for restoring CryptoKeyVersions within the Google Cloud Key Management Service (KMS)."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, cloning, and buffered operations."],["The `RestoreCryptoKeyVersionRequest` class provides constructors for creating new instances and also taking in other instances of itself as a parameter, in addition to properties for managing the CryptoKeyVersion's name, both as a string and as a `CryptoKeyVersionName`-typed object."],["There are various versions of this class available, spanning from version 2.2.0 to the latest 3.16.0, each linked to specific documentation pages."]]],[]]