Required. Fully qualified name of the Workload to fetch.
Expected format:
projects/{project}/locations/{location}/applications/{application}/workloads/{workload}.
[[["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\u003eGetWorkloadRequest\u003c/code\u003e class is used to request a specific workload within the App Hub v1 API, and it is the most recent version, labeled as 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for functionalities such as message handling, equality comparisons, deep cloning, and buffer message management.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors: a default constructor and another that accepts an existing \u003ccode\u003eGetWorkloadRequest\u003c/code\u003e object for copying.\u003c/p\u003e\n"],["\u003cp\u003eIt has two key properties: \u003ccode\u003eName\u003c/code\u003e, a string representing the fully qualified name of the workload to be fetched, and \u003ccode\u003eWorkloadName\u003c/code\u003e, a typed view over the name property for easier handling.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class GetWorkloadRequest (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.GetWorkloadRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.GetWorkloadRequest) \n\n public sealed class GetWorkloadRequest : IMessage\u003cGetWorkloadRequest\u003e, IEquatable\u003cGetWorkloadRequest\u003e, IDeepCloneable\u003cGetWorkloadRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class GetWorkloadRequest.\n\nRequest for GetWorkload. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetWorkloadRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetWorkloadRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetWorkloadRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetWorkloadRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetWorkloadRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetWorkloadRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetWorkloadRequest), [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### GetWorkloadRequest()\n\n public GetWorkloadRequest()\n\n### GetWorkloadRequest(GetWorkloadRequest)\n\n public GetWorkloadRequest(GetWorkloadRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Fully qualified name of the Workload to fetch.\nExpected format:\n`projects/{project}/locations/{location}/applications/{application}/workloads/{workload}`.\n\n### WorkloadName\n\n public WorkloadName WorkloadName { get; set; }\n\n[WorkloadName](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.WorkloadName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetWorkloadRequest#Google_Cloud_AppHub_V1_GetWorkloadRequest_Name) resource name property."]]