Required. Fully qualified name of the parent Application to list Workloads
for. Expected format:
projects/{project}/locations/{location}/applications/{application}.
[[["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\u003eListWorkloadsRequest\u003c/code\u003e class is part of the App Hub v1 API, specifically within the \u003ccode\u003eGoogle.Cloud.AppHub.V1\u003c/code\u003e namespace, designed to request a list of workloads.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces like \u003ccode\u003eIPageRequest\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 capabilities for page requests, message handling, equality checks, deep cloning, and buffer message interactions.\u003c/p\u003e\n"],["\u003cp\u003eIt offers properties such as \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003eOrderBy\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e to customize the request, allowing for filtered, ordered, and paginated results, and specifying the parent application for which workloads are to be listed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListWorkloadsRequest\u003c/code\u003e class also includes two constructors, a default constructor and one that accepts another \u003ccode\u003eListWorkloadsRequest\u003c/code\u003e object as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eParentAsApplicationName\u003c/code\u003e is a property that provides an \u003ccode\u003eApplicationName\u003c/code\u003e-typed view over the \u003ccode\u003eParent\u003c/code\u003e resource name property.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class ListWorkloadsRequest (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.ListWorkloadsRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.ListWorkloadsRequest) \n\n public sealed class ListWorkloadsRequest : IPageRequest, IMessage\u003cListWorkloadsRequest\u003e, IEquatable\u003cListWorkloadsRequest\u003e, IDeepCloneable\u003cListWorkloadsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class ListWorkloadsRequest.\n\nRequest for ListWorkloads. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListWorkloadsRequest \n\nImplements\n----------\n\n[IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListWorkloadsRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListWorkloadsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListWorkloadsRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListWorkloadsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListWorkloadsRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListWorkloadsRequest), [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### ListWorkloadsRequest()\n\n public ListWorkloadsRequest()\n\n### ListWorkloadsRequest(ListWorkloadsRequest)\n\n public ListWorkloadsRequest(ListWorkloadsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nOptional. Filtering results.\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nOptional. Hint for how to order the results.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. Requested page size. Server may return fewer items than\nrequested. If unspecified, server will pick an appropriate default.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. A token identifying a page of results the server should return.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Fully qualified name of the parent Application to list Workloads\nfor. Expected format:\n`projects/{project}/locations/{location}/applications/{application}`.\n\n### ParentAsApplicationName\n\n public ApplicationName ParentAsApplicationName { get; set; }\n\n[ApplicationName](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ApplicationName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListWorkloadsRequest#Google_Cloud_AppHub_V1_ListWorkloadsRequest_Parent) resource name property."]]