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-04-09 UTC."],[[["This document provides reference documentation for the `GetCryptoKeyRequest` class within the Google Cloud Key Management Service v1 API for .NET, covering versions from 2.2.0 up to the latest version 3.16.0."],["The `GetCryptoKeyRequest` class is used to construct request messages for retrieving a `CryptoKey` via the `KeyManagementService.GetCryptoKey` method."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the base `Object` class."],["Key properties of the `GetCryptoKeyRequest` class include `CryptoKeyName` which provides a typed view over the resource name, and `Name`, representing the name of the CryptoKey to get."],["The document lists the availible versions of the API, with version 3.16.0 being the latest."]]],[]]