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."],[[["The content pertains to the `GetCryptoKeyRequest` class within the `Google.Cloud.Kms.V1` namespace, which is used to send requests to get a `CryptoKey` in the Key Management Service."],["The latest version of the documentation provided is for version 3.16.0, with the oldest being for version 2.2.0 and version 2.4.0 serving as the main content for this particular webpage, which is shown to be an implementation of multiple interfaces."],["The `GetCryptoKeyRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors, a default constructor and a constructor that takes another `GetCryptoKeyRequest` object as a parameter."],["The class includes two properties: `CryptoKeyName` for a typed view of the resource name, and `Name` which is a required string representing the name of the `CryptoKey` to be retrieved."]]],[]]