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 latest version available for `GetCryptoKeyRequest` is 3.16.0, but this page is specific to version 2.9.0."],["`GetCryptoKeyRequest` is a request message used by `KeyManagementService.GetCryptoKey` to retrieve a specific `CryptoKey`."],["This class, `GetCryptoKeyRequest`, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for message handling and object manipulation."],["The class includes a `CryptoKeyName` property, which is a typed view over the `Name` property, and the `Name` property holds the required name of the `CryptoKey` to be retrieved."],["It provides two constructors for creating `GetCryptoKeyRequest` objects, one default and one that accepts another `GetCryptoKeyRequest` object as a parameter for copying its contents."]]],[]]