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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `LookupKeyRequest` class is part of the Google Cloud API Keys v2 API, specifically for the .NET environment, and it serves as the request message for the `LookupKey` method."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["`LookupKeyRequest` objects can be constructed using either a default constructor or a copy constructor that takes another `LookupKeyRequest` instance as a parameter."],["The class has a `KeyString` property, which is a required string used to identify the project associated with the given API key string."],["The available versions of this method goes as far back as version 1.0.0, with the latest being 1.4.0."]]],[]]