[[["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\u003eThe \u003ccode\u003eLookupDiscoveredWorkloadResponse\u003c/code\u003e class is part of the App Hub v1 API and is used to represent the response for the \u003ccode\u003eLookupDiscoveredWorkload\u003c/code\u003e operation.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing various functionalities for message handling and object comparison.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and has inherited members such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor and one that accepts another \u003ccode\u003eLookupDiscoveredWorkloadResponse\u003c/code\u003e object for copying.\u003c/p\u003e\n"],["\u003cp\u003eIt has a \u003ccode\u003eDiscoveredWorkload\u003c/code\u003e property of type \u003ccode\u003eDiscoveredWorkload\u003c/code\u003e which returns discovered workload information if it is available.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class LookupDiscoveredWorkloadResponse (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.LookupDiscoveredWorkloadResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.LookupDiscoveredWorkloadResponse) \n\n public sealed class LookupDiscoveredWorkloadResponse : IMessage\u003cLookupDiscoveredWorkloadResponse\u003e, IEquatable\u003cLookupDiscoveredWorkloadResponse\u003e, IDeepCloneable\u003cLookupDiscoveredWorkloadResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class LookupDiscoveredWorkloadResponse.\n\nResponse for LookupDiscoveredWorkload. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e LookupDiscoveredWorkloadResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[LookupDiscoveredWorkloadResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupDiscoveredWorkloadResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[LookupDiscoveredWorkloadResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupDiscoveredWorkloadResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[LookupDiscoveredWorkloadResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupDiscoveredWorkloadResponse), [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### LookupDiscoveredWorkloadResponse()\n\n public LookupDiscoveredWorkloadResponse()\n\n### LookupDiscoveredWorkloadResponse(LookupDiscoveredWorkloadResponse)\n\n public LookupDiscoveredWorkloadResponse(LookupDiscoveredWorkloadResponse other)\n\nProperties\n----------\n\n### DiscoveredWorkload\n\n public DiscoveredWorkload DiscoveredWorkload { get; set; }\n\nDiscovered Workload if exists, empty otherwise."]]