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 webpage details the `GetCryptoKeyVersionRequest` class, which is used for requesting a specific version of a cryptographic key within the Google Cloud Key Management Service (KMS)."],["The content provides documentation and links for various versions of the `GetCryptoKeyVersionRequest`, ranging from version 2.2.0 to the latest version 3.16.0, with the latest being at the top of the list."],["The `GetCryptoKeyVersionRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for use in various methods and scenarios."],["The class includes two constructors: a default one (`GetCryptoKeyVersionRequest()`) and one to copy an existing `GetCryptoKeyVersionRequest` object (`GetCryptoKeyVersionRequest(GetCryptoKeyVersionRequest other)`), as well as properties like `CryptoKeyVersionName` and `Name`."],["The required `Name` property in the `GetCryptoKeyVersionRequest` class refers to the specific name of the `CryptoKeyVersion` to retrieve, and the `CryptoKeyVersionName` property is a view over this resource name property."]]],[]]