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 webpage details the `GetCryptoKeyVersionRequest` class, which is used to request a specific version of a cryptographic key from the Google Cloud Key Management Service."],["The page provides access to documentation for multiple versions of the `GetCryptoKeyVersionRequest` class, ranging from version 2.2.0 up to the latest version, 3.16.0, for .NET."],["The `GetCryptoKeyVersionRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetCryptoKeyVersionRequest` class has properties such as `CryptoKeyVersionName` and `Name`, with the latter being a required field that specifies the name of the cryptographic key version being requested."],["The page lists the constructors and inherited members of the class, along with the related namespace, `Google.Cloud.Kms.V1`, and assembly `Google.Cloud.Kms.V1.dll`."]]],[]]