public sealed class GetCryptoKeyRequest : IMessage<GetCryptoKeyRequest>, IEquatable<GetCryptoKeyRequest>, IDeepCloneable<GetCryptoKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class GetCryptoKeyRequest.
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 document provides reference documentation for the `GetCryptoKeyRequest` class within the Google Cloud Key Management Service v1 API, specifically for version 3.7.0 and its implementation for .NET."],["The `GetCryptoKeyRequest` class is used to form requests for the `KeyManagementService.GetCryptoKey` operation, allowing you to retrieve a specific cryptographic key."],["The `GetCryptoKeyRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCryptoKeyRequest` has two constructors, one default and another that accepts another `GetCryptoKeyRequest` as a parameter."],["The two main properties of the `GetCryptoKeyRequest` are `CryptoKeyName`, which is a typed view of the resource name, and `Name`, which is the string name of the `CryptoKey` to be retrieved."]]],[]]