public sealed class GetCryptoKeyVersionRequest : IMessage<GetCryptoKeyVersionRequest>, IEquatable<GetCryptoKeyVersionRequest>, IDeepCloneable<GetCryptoKeyVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class GetCryptoKeyVersionRequest.
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 provides documentation for the `GetCryptoKeyVersionRequest` class within the Google Cloud Key Management Service (KMS) v1 API for .NET, specifically for version 3.3.0."],["The `GetCryptoKeyVersionRequest` class is used to request a specific version of a cryptographic key and it inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the class's constructors, which include a default constructor and a copy constructor that takes another `GetCryptoKeyVersionRequest` instance as an argument."],["The `GetCryptoKeyVersionRequest` class includes properties like `CryptoKeyVersionName` and `Name`, which are used to specify the cryptographic key version to be retrieved."],["The page lists numerous previous versions of the API, ranging from 3.16.0 (latest) down to 2.2.0, with the currently viewed version being 3.3.0."]]],[]]