public sealed class RestoreCryptoKeyVersionRequest : IMessage<RestoreCryptoKeyVersionRequest>, IEquatable<RestoreCryptoKeyVersionRequest>, IDeepCloneable<RestoreCryptoKeyVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class RestoreCryptoKeyVersionRequest.
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 document provides reference information for the `RestoreCryptoKeyVersionRequest` class within the Google Cloud Key Management Service v1 API."],["The `RestoreCryptoKeyVersionRequest` class is used to structure requests for restoring a specific version of a cryptographic key."],["The latest version available for this feature is 3.16.0, with multiple previous versions ranging from 3.15.0 down to 2.2.0 also available for use."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, showcasing its integration with the Google Protobuf library."],["The class features two properties which are: `CryptoKeyVersionName`, a typed view for the name resource, and `Name`, a string that is required to identify the cryptographic key version to be restored."]]],[]]