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"]],[["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-03-21 UTC."],[[["The latest version of the `MessagesV1Beta3.MessagesV1Beta3Base` class is 2.0.0-beta07, which is the base class for server-side implementations of `MessagesV1Beta3` within the Dataflow v1beta3 API."],["This class is located within the `Google.Cloud.Dataflow.V1Beta3` namespace and is part of the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."],["The primary method available is `ListJobMessages`, which allows for requesting the status of a job using `projects.locations.jobs.messages.list` with a regional endpoint, with the use of `projects.jobs.messages.list` not recommended."],["`ListJobMessages` takes a `ListJobMessagesRequest` and a `ServerCallContext` as parameters and returns a `Task` that contains a `ListJobMessagesResponse`."],["This class inherits certain methods from the base `object` class in .NET, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]