public sealed class LookupDiscoveredServiceResponse : IMessage<LookupDiscoveredServiceResponse>, IEquatable<LookupDiscoveredServiceResponse>, IDeepCloneable<LookupDiscoveredServiceResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class LookupDiscoveredServiceResponse.
[[["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-08-28 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eLookupDiscoveredServiceResponse\u003c/code\u003e class within the App Hub v1 API, specifically for the .NET environment, detailing its structure, inheritance, and implementation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLookupDiscoveredServiceResponse\u003c/code\u003e class serves as the response type for the \u003ccode\u003eLookupDiscoveredService\u003c/code\u003e operation, and it can either be the latest version 1.0.0, or beta version 1.0.0-beta03.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<LookupDiscoveredServiceResponse>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<LookupDiscoveredServiceResponse>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing methods for comparison and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors: a default constructor \u003ccode\u003eLookupDiscoveredServiceResponse()\u003c/code\u003e and a copy constructor \u003ccode\u003eLookupDiscoveredServiceResponse(LookupDiscoveredServiceResponse other)\u003c/code\u003e for creating instances from existing \u003ccode\u003eLookupDiscoveredServiceResponse\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe main property of this class is \u003ccode\u003eDiscoveredService\u003c/code\u003e, which will hold the discovered service or be empty if none is found, returning a type of \u003ccode\u003eDiscoveredService\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class LookupDiscoveredServiceResponse (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupDiscoveredServiceResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.LookupDiscoveredServiceResponse) \n\n public sealed class LookupDiscoveredServiceResponse : IMessage\u003cLookupDiscoveredServiceResponse\u003e, IEquatable\u003cLookupDiscoveredServiceResponse\u003e, IDeepCloneable\u003cLookupDiscoveredServiceResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class LookupDiscoveredServiceResponse.\n\nResponse for LookupDiscoveredService. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e LookupDiscoveredServiceResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[LookupDiscoveredServiceResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupDiscoveredServiceResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[LookupDiscoveredServiceResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupDiscoveredServiceResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[LookupDiscoveredServiceResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupDiscoveredServiceResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AppHub.V1](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.AppHub.V1.dll\n\nConstructors\n------------\n\n### LookupDiscoveredServiceResponse()\n\n public LookupDiscoveredServiceResponse()\n\n### LookupDiscoveredServiceResponse(LookupDiscoveredServiceResponse)\n\n public LookupDiscoveredServiceResponse(LookupDiscoveredServiceResponse other)\n\nProperties\n----------\n\n### DiscoveredService\n\n public DiscoveredService DiscoveredService { get; set; }\n\nDiscovered Service if exists, empty otherwise."]]