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-04-09 UTC."],[[["This page provides reference documentation for the `GetCryptoKeyVersionRequest` class within the Google Cloud Key Management Service v1 API."],["The `GetCryptoKeyVersionRequest` class is used to request a specific version of a cryptographic key and is part of the `Google.Cloud.Kms.V1` namespace in .NET."],["The latest version documented is 3.16.0, and the page lists available documentation for versions down to 2.2.0, with each version providing a link to the `GetCryptoKeyVersionRequest` class."],["The `GetCryptoKeyVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the .NET `object` class."],["The class has two constructors, allowing for creation of an instance either with no parameters, or by cloning an existing `GetCryptoKeyVersionRequest` object."],["The properties associated with the class include `CryptoKeyVersionName` and `Name`, which provide ways to identify the requested cryptographic key version."]]],[]]