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."],[[["This webpage details the `GetCryptoKeyRequest` class, which is used to request a specific cryptographic key within the Google Cloud Key Management Service (KMS) API."],["The latest version available is 3.16.0, and the page provides links to documentation for many older versions, starting from version 3.0.0 all the way down to 2.2.0."],["The `GetCryptoKeyRequest` class inherits from the `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetCryptoKeyRequest` class include `CryptoKeyName`, a typed view over the resource name, and `Name`, which is a string that specifies the required name of the `CryptoKey` to retrieve."],["The page highlights that this class is part of the `Google.Cloud.Kms.V1` namespace, residing in the `Google.Cloud.Kms.V1.dll` assembly."]]],[]]