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-03-21 UTC."],[[["This page details the `GetCryptoKeyVersionRequest` class, which is used to request a specific version of a cryptographic key from the Google Cloud Key Management Service."],["The content provides a list of available versions of the `GetCryptoKeyVersionRequest`, ranging from the latest version 3.16.0 down to 2.2.0, with links to detailed documentation for each version."],["The `GetCryptoKeyVersionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities for object handling and manipulation."],["The class includes properties such as `CryptoKeyVersionName` and `Name` which are essential for specifying the target cryptographic key version within the request."],["The `GetCryptoKeyVersionRequest` class has two constructors for creating new instances, either with default values or by cloning another instance."]]],[]]