public sealed class LookupKeyRequest : IMessage<LookupKeyRequest>, IEquatable<LookupKeyRequest>, IDeepCloneable<LookupKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Keys v2 API class LookupKeyRequest.
[[["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."],[[["The latest version of the `LookupKeyRequest` API class is 1.4.0, as indicated by the provided version list, which also includes versions 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["`LookupKeyRequest` is a sealed class used as a request message for the `LookupKey` method within the API Keys v2 API, implementing various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LookupKeyRequest` class inherits from the base `object` class and provides constructors for creating new instances, including a parameter to copy values from another `LookupKeyRequest` instance."],["The class contains a property, `KeyString`, which is a required string to identify the project associated with the key."],["The class `LookupKeyRequest` is part of the `Google.Cloud.ApiKeys.V2` namespace and is compiled within the `Google.Cloud.ApiKeys.V2.dll` assembly."]]],[]]