public sealed class LookupKeyResponse : IMessage<LookupKeyResponse>, IEquatable<LookupKeyResponse>, IDeepCloneable<LookupKeyResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the API Keys v2 API class LookupKeyResponse.
[[["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."],[[["This documentation is for the `LookupKeyResponse` class within the Google Cloud API Keys v2 API, specifically version 1.0.0."],["`LookupKeyResponse` is a sealed class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, designed as the response message for the `LookupKey` method."],["The class inherits from `Object` and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["`LookupKeyResponse` has two constructors, a default constructor and a copy constructor taking another `LookupKeyResponse` object as parameter."],["It has properties like `Name`, which represents the resource name of the API key, and `Parent`, which represents the project that owns the key."]]],[]]