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 for .NET."],["`GetCryptoKeyRequest` is a request message used to retrieve a specific `CryptoKey` from the Key Management Service, as defined by its name."],["The document details various versions of the API, ranging from 2.2.0 to the latest version 3.16.0, available for use."],["The `GetCryptoKeyRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for handling messages, comparisons, and deep cloning."],["The class has two constructors and two properties `CryptoKeyName` which is a type of `CryptoKeyName` and `Name` which is of type `string`, representing the key to retrieve."]]],[]]