public virtual Task<ListJobMessagesResponse> ListJobMessages(ListJobMessagesRequest request, ServerCallContext context)
Request the job status.
To request the status of a job, we recommend using
projects.locations.jobs.messages.list with a regional endpoint. Using
projects.jobs.messages.list is not recommended, as you can only request
the status of jobs that are running in us-central1.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eMessagesV1Beta3.MessagesV1Beta3Base\u003c/code\u003e class is 2.0.0-beta07, which is the base class for server-side implementations of \u003ccode\u003eMessagesV1Beta3\u003c/code\u003e within the Dataflow v1beta3 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class is located within the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe primary method available is \u003ccode\u003eListJobMessages\u003c/code\u003e, which allows for requesting the status of a job using \u003ccode\u003eprojects.locations.jobs.messages.list\u003c/code\u003e with a regional endpoint, with the use of \u003ccode\u003eprojects.jobs.messages.list\u003c/code\u003e not recommended.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListJobMessages\u003c/code\u003e takes a \u003ccode\u003eListJobMessagesRequest\u003c/code\u003e and a \u003ccode\u003eServerCallContext\u003c/code\u003e as parameters and returns a \u003ccode\u003eTask\u003c/code\u003e that contains a \u003ccode\u003eListJobMessagesResponse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits certain methods from the base \u003ccode\u003eobject\u003c/code\u003e class in .NET, including \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class MessagesV1Beta3.MessagesV1Beta3Base (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3.MessagesV1Beta3Base)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3.MessagesV1Beta3Base)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3.MessagesV1Beta3Base) \n\n [BindServiceMethod(typeof(MessagesV1Beta3), \"BindService\")]\n public abstract class MessagesV1Beta3.MessagesV1Beta3Base\n\nReference documentation and code samples for the Dataflow v1beta3 API class MessagesV1Beta3.MessagesV1Beta3Base.\n\nBase class for server-side implementations of MessagesV1Beta3 \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MessagesV1Beta3.MessagesV1Beta3Base \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.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nMethods\n-------\n\n### ListJobMessages(ListJobMessagesRequest, ServerCallContext)\n\n public virtual Task\u003cListJobMessagesResponse\u003e ListJobMessages(ListJobMessagesRequest request, ServerCallContext context)\n\nRequest the job status.\n\nTo request the status of a job, we recommend using\n`projects.locations.jobs.messages.list` with a [regional endpoint](https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using\n`projects.jobs.messages.list` is not recommended, as you can only request\nthe status of jobs that are running in `us-central1`."]]