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 page provides documentation for the `GetCryptoKeyRequest` class within the Google Cloud Key Management Service v1 API, specifically for .NET."],["The `GetCryptoKeyRequest` class is used to construct a request to retrieve details about a specific `CryptoKey`, as defined by its name."],["The latest available version of the `GetCryptoKeyRequest` API is 3.16.0, and the documentation lists several versions of the class ranging from 2.2.0 to 3.16.0, and each available version has a link to its documentation."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of `GetCryptoKeyRequest` include `CryptoKeyName` (a typed view of the resource name) and `Name` (a string representing the required `CryptoKey`'s name)."]]],[]]