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 a request message for retrieving a `CryptoKey` via the `KeyManagementService`."],["The latest version available is 3.16.0, and the provided content covers a range of versions from 2.2.0 to 3.16.0, providing links to documentation for each version, with version 2.8.0 being the current context."],["The `GetCryptoKeyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `GetCryptoKeyRequest` class has properties for `CryptoKeyName` and `Name`, and the latter is required for specifying the `CryptoKey` to be retrieved."],["`GetCryptoKeyRequest` class has 2 constructors one that is empty, and one that allows a previous `GetCryptoKeyRequest` to be used as an argument."]]],[]]