public override PagedEnumerable<ListJobMessagesResponse, JobMessage> ListJobMessages(ListJobMessagesRequest request, CallSettings callSettings = null)
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.
public override PagedAsyncEnumerable<ListJobMessagesResponse, JobMessage> ListJobMessagesAsync(ListJobMessagesRequest request, CallSettings callSettings = null)
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 \u003ccode\u003eMessagesV1Beta3ClientImpl\u003c/code\u003e class is a client wrapper implementation for the Dataflow v1beta3 API, designed to provide convenient access to the \u003ccode\u003eMessagesV1Beta3\u003c/code\u003e service.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eMessagesV1Beta3Client\u003c/code\u003e and is part of the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3\u003c/code\u003e namespace, within the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMessagesV1Beta3ClientImpl\u003c/code\u003e constructor takes a gRPC client, settings, and an optional logger to manage interactions with the Dataflow Messages service.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers methods to list job messages, such as \u003ccode\u003eListJobMessages\u003c/code\u003e and \u003ccode\u003eListJobMessagesAsync\u003c/code\u003e, allowing for synchronous and asynchronous requests to monitor Dataflow job progress.\u003c/p\u003e\n"],["\u003cp\u003eThe Dataflow Messages API, accessible through \u003ccode\u003eMessagesV1Beta3ClientImpl\u003c/code\u003e, is specifically used for monitoring the progress of Dataflow jobs, and it is recommended to use regional endpoints for job status requests.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class MessagesV1Beta3ClientImpl (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.MessagesV1Beta3ClientImpl)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3ClientImpl)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3ClientImpl) \n\n public sealed class MessagesV1Beta3ClientImpl : MessagesV1Beta3Client\n\nReference documentation and code samples for the Dataflow v1beta3 API class MessagesV1Beta3ClientImpl.\n\nMessagesV1Beta3 client wrapper implementation, for convenient use. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [MessagesV1Beta3Client](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3Client) \\\u003e MessagesV1Beta3ClientImpl \n\nInherited Members\n-----------------\n\n[MessagesV1Beta3Client.DefaultEndpoint](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3Client#Google_Cloud_Dataflow_V1Beta3_MessagesV1Beta3Client_DefaultEndpoint) \n[MessagesV1Beta3Client.DefaultScopes](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3Client#Google_Cloud_Dataflow_V1Beta3_MessagesV1Beta3Client_DefaultScopes) \n[MessagesV1Beta3Client.ServiceMetadata](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3Client#Google_Cloud_Dataflow_V1Beta3_MessagesV1Beta3Client_ServiceMetadata) \n[MessagesV1Beta3Client.CreateAsync(CancellationToken)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3Client#Google_Cloud_Dataflow_V1Beta3_MessagesV1Beta3Client_CreateAsync_System_Threading_CancellationToken_) \n[MessagesV1Beta3Client.Create()](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3Client#Google_Cloud_Dataflow_V1Beta3_MessagesV1Beta3Client_Create) \n[MessagesV1Beta3Client.ShutdownDefaultChannelsAsync()](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3Client#Google_Cloud_Dataflow_V1Beta3_MessagesV1Beta3Client_ShutdownDefaultChannelsAsync) \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.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nRemarks\n-------\n\nThe Dataflow Messages API is used for monitoring the progress of\nDataflow jobs.\n\nConstructors\n------------\n\n### MessagesV1Beta3ClientImpl(MessagesV1Beta3Client, MessagesV1Beta3Settings, ILogger)\n\n public MessagesV1Beta3ClientImpl(MessagesV1Beta3.MessagesV1Beta3Client grpcClient, MessagesV1Beta3Settings settings, ILogger logger)\n\nConstructs a client wrapper for the MessagesV1Beta3 service, with the specified gRPC client and settings.\n\nProperties\n----------\n\n### GrpcClient\n\n public override MessagesV1Beta3.MessagesV1Beta3Client GrpcClient { get; }\n\nThe underlying gRPC MessagesV1Beta3 client\n\n**Overrides** \n[MessagesV1Beta3Client.GrpcClient](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3Client#Google_Cloud_Dataflow_V1Beta3_MessagesV1Beta3Client_GrpcClient)\n\nMethods\n-------\n\n### ListJobMessages(ListJobMessagesRequest, CallSettings)\n\n public override PagedEnumerable\u003cListJobMessagesResponse, JobMessage\u003e ListJobMessages(ListJobMessagesRequest request, CallSettings callSettings = null)\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`.\n\n**Overrides** \n[MessagesV1Beta3Client.ListJobMessages(ListJobMessagesRequest, CallSettings)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3Client#Google_Cloud_Dataflow_V1Beta3_MessagesV1Beta3Client_ListJobMessages_Google_Cloud_Dataflow_V1Beta3_ListJobMessagesRequest_Google_Api_Gax_Grpc_CallSettings_)\n\n### ListJobMessagesAsync(ListJobMessagesRequest, CallSettings)\n\n public override PagedAsyncEnumerable\u003cListJobMessagesResponse, JobMessage\u003e ListJobMessagesAsync(ListJobMessagesRequest request, CallSettings callSettings = null)\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`.\n\n**Overrides** \n[MessagesV1Beta3Client.ListJobMessagesAsync(ListJobMessagesRequest, CallSettings)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3Client#Google_Cloud_Dataflow_V1Beta3_MessagesV1Beta3Client_ListJobMessagesAsync_Google_Cloud_Dataflow_V1Beta3_ListJobMessagesRequest_Google_Api_Gax_Grpc_CallSettings_)"]]