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 document provides reference information for the `GetCryptoKeyVersionRequest` class within the Google Cloud Key Management Service v1 API, specifically in the .NET context."],["The latest version available for this request class is 3.16.0, with several older versions listed and accessible, all the way back to 2.2.0."],["`GetCryptoKeyVersionRequest` is used to retrieve a specific CryptoKeyVersion and inherits from Object, implementing interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class allows for the use of a `CryptoKeyVersionName` property as well as a string `Name` property to specify which key should be retrieved."],["This class has two constructors, one is parameterless, the other takes in another `GetCryptoKeyVersionRequest` object as a parameter."]]],[]]