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-04-09 UTC."],[[["This document outlines the `GetCryptoKeyRequest` class, which is used to request a specific CryptoKey within the Google Cloud Key Management Service (KMS) in version 2.7.0."],["The class `GetCryptoKeyRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCryptoKeyRequest` class provides a `CryptoKeyName` property which is a typed view over the resource name, as well as a `Name` property used to specify the required name of the `CryptoKey` to retrieve."],["The document contains a list of the versions available from version 2.7.0 to the latest version, 3.16.0."],["The `GetCryptoKeyRequest` class has two constructors: one default and one that accepts another `GetCryptoKeyRequest` object as a parameter."]]],[]]