public sealed class GetCryptoKeyVersionRequest : IMessage<GetCryptoKeyVersionRequest>, IEquatable<GetCryptoKeyVersionRequest>, IDeepCloneable<GetCryptoKeyVersionRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.GetCryptoKeyVersion][google.cloud.kms.v1.KeyManagementService.GetCryptoKeyVersion].
[[["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 `GetCryptoKeyVersionRequest` class, which is used to request a specific version of a cryptographic key from the Key Management Service."],["The latest version of the `GetCryptoKeyVersionRequest` documentation is version 3.16.0, while older versions are available, ranging back to 2.2.0."],["The `GetCryptoKeyVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `CryptoKeyVersionName` and `Name` to identify the specific cryptographic key version being requested."],["There are two constructors, a parameterless constructor and one that takes another `GetCryptoKeyVersionRequest` as a parameter, to create new instances of the class."]]],[]]