public sealed class GetCryptoKeyRequest : IMessage<GetCryptoKeyRequest>, IEquatable<GetCryptoKeyRequest>, IDeepCloneable<GetCryptoKeyRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.GetCryptoKey][google.cloud.kms.v1.KeyManagementService.GetCryptoKey].
[[["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."],[[["The `GetCryptoKeyRequest` class is used to request a specific `CryptoKey` from the Key Management Service."],["The latest version available for `GetCryptoKeyRequest` is 3.16.0, with numerous prior versions listed, down to version 2.2.0."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cGetCryptoKeyRequest\u003e`, `IDeepCloneable\u003cGetCryptoKeyRequest\u003e`, and `IBufferMessage`."],["It has two constructors, one default and one that takes another `GetCryptoKeyRequest` instance as a parameter, and two properties, `CryptoKeyName` and `Name`, which are used to get a `CryptoKey`."],["The page provides the namespace (`Google.Cloud.Kms.V1`) and assembly (`Google.Cloud.Kms.V1.dll`) information for this `GetCryptoKeyRequest` class."]]],[]]