[[["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\u003eListDiscoveredWorkloadsResponse\u003c/code\u003e class in the App Hub v1 API is used to manage responses for listing discovered workloads.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing a range of functionalities.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties such as \u003ccode\u003eDiscoveredWorkloads\u003c/code\u003e, \u003ccode\u003eNextPageToken\u003c/code\u003e, and \u003ccode\u003eUnreachable\u003c/code\u003e for handling lists of workloads, pagination, and locations that couldn't be reached.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides methods like \u003ccode\u003eGetEnumerator()\u003c/code\u003e to iterate through the resources in a response, allowing for easy traversal of the workload list.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListDiscoveredWorkloadsResponse\u003c/code\u003e class has two constructors, one that is default and one that takes in another \u003ccode\u003eListDiscoveredWorkloadsResponse\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class ListDiscoveredWorkloadsResponse (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.ListDiscoveredWorkloadsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.ListDiscoveredWorkloadsResponse) \n\n public sealed class ListDiscoveredWorkloadsResponse : IPageResponse\u003cDiscoveredWorkload\u003e, IEnumerable\u003cDiscoveredWorkload\u003e, IEnumerable, IMessage\u003cListDiscoveredWorkloadsResponse\u003e, IEquatable\u003cListDiscoveredWorkloadsResponse\u003e, IDeepCloneable\u003cListDiscoveredWorkloadsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class ListDiscoveredWorkloadsResponse.\n\nResponse for ListDiscoveredWorkloads. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDiscoveredWorkloadsResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[DiscoveredWorkload](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.DiscoveredWorkload), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[DiscoveredWorkload](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.DiscoveredWorkload), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDiscoveredWorkloadsResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListDiscoveredWorkloadsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDiscoveredWorkloadsResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListDiscoveredWorkloadsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDiscoveredWorkloadsResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListDiscoveredWorkloadsResponse), [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### ListDiscoveredWorkloadsResponse()\n\n public ListDiscoveredWorkloadsResponse()\n\n### ListDiscoveredWorkloadsResponse(ListDiscoveredWorkloadsResponse)\n\n public ListDiscoveredWorkloadsResponse(ListDiscoveredWorkloadsResponse other)\n\nProperties\n----------\n\n### DiscoveredWorkloads\n\n public RepeatedField\u003cDiscoveredWorkload\u003e DiscoveredWorkloads { get; }\n\nList of Discovered Workloads.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token identifying a page of results the server should return.\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nLocations that could not be reached.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cDiscoveredWorkload\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]