public virtual ListJobMessagesResponse ListJobMessages(ListJobMessagesRequest request, CallOptions options)
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.
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 virtual AsyncUnaryCall<ListJobMessagesResponse> ListJobMessagesAsync(ListJobMessagesRequest request, CallOptions options)
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.
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\u003eMessagesV1Beta3.MessagesV1Beta3Client\u003c/code\u003e class provides access to the Dataflow v1beta3 API, offering methods to interact with job messages.\u003c/p\u003e\n"],["\u003cp\u003eThis client supports retrieving the status of jobs through methods like \u003ccode\u003eListJobMessages\u003c/code\u003e and \u003ccode\u003eListJobMessagesAsync\u003c/code\u003e, which are recommended to use regional endpoints for job status requests.\u003c/p\u003e\n"],["\u003cp\u003eThe client class can be instantiated using various constructors, including a parameterless protected constructor for testing purposes and constructors that accept a \u003ccode\u003eCallInvoker\u003c/code\u003e, \u003ccode\u003eChannelBase\u003c/code\u003e, or \u003ccode\u003eClientBaseConfiguration\u003c/code\u003e for custom setups.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eClientBase\u003c/code\u003e, which provides foundational functionality for interacting with gRPC services, and it overrides the \u003ccode\u003eNewInstance\u003c/code\u003e method to create new client instances with specific configurations.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for this API is \u003ccode\u003e2.0.0-beta07\u003c/code\u003e, and older versions like \u003ccode\u003e2.0.0-beta06\u003c/code\u003e and \u003ccode\u003e1.0.0-beta03\u003c/code\u003e are also available for use.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class MessagesV1Beta3.MessagesV1Beta3Client (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.MessagesV1Beta3Client)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3.MessagesV1Beta3Client)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3.MessagesV1Beta3Client) \n\n public class MessagesV1Beta3.MessagesV1Beta3Client : ClientBase\u003cMessagesV1Beta3.MessagesV1Beta3Client\u003e\n\nReference documentation and code samples for the Dataflow v1beta3 API class MessagesV1Beta3.MessagesV1Beta3Client.\n\nClient for MessagesV1Beta3 \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ClientBase](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/ClientBase.cs) \\\u003e [ClientBase](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/ClientBase.cs)[MessagesV1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3)[MessagesV1Beta3Client](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3.MessagesV1Beta3Client) \\\u003e MessagesV1Beta3.MessagesV1Beta3Client \n\nInherited Members\n-----------------\n\n[ClientBase\\\u003cMessagesV1Beta3.MessagesV1Beta3Client\\\u003e.WithHost(string)](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/ClientBase.cs) \n[ClientBase.CallInvoker](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/ClientBase.cs) \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\nConstructors\n------------\n\n### MessagesV1Beta3Client()\n\n protected MessagesV1Beta3Client()\n\nProtected parameterless constructor to allow creation of test doubles.\n\n### MessagesV1Beta3Client(CallInvoker)\n\n public MessagesV1Beta3Client(CallInvoker callInvoker)\n\nCreates a new client for MessagesV1Beta3 that uses a custom `CallInvoker`.\n\n### MessagesV1Beta3Client(ChannelBase)\n\n public MessagesV1Beta3Client(ChannelBase channel)\n\nCreates a new client for MessagesV1Beta3\n\n### MessagesV1Beta3Client(ClientBaseConfiguration)\n\n protected MessagesV1Beta3Client(ClientBase.ClientBaseConfiguration configuration)\n\nProtected constructor to allow creation of configured clients.\n\nMethods\n-------\n\n### ListJobMessages(ListJobMessagesRequest, CallOptions)\n\n public virtual ListJobMessagesResponse ListJobMessages(ListJobMessagesRequest request, CallOptions options)\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### ListJobMessages(ListJobMessagesRequest, Metadata, DateTime?, CancellationToken)\n\n public virtual ListJobMessagesResponse ListJobMessages(ListJobMessagesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)\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### ListJobMessagesAsync(ListJobMessagesRequest, CallOptions)\n\n public virtual AsyncUnaryCall\u003cListJobMessagesResponse\u003e ListJobMessagesAsync(ListJobMessagesRequest request, CallOptions options)\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### ListJobMessagesAsync(ListJobMessagesRequest, Metadata, DateTime?, CancellationToken)\n\n public virtual AsyncUnaryCall\u003cListJobMessagesResponse\u003e ListJobMessagesAsync(ListJobMessagesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)\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### NewInstance(ClientBaseConfiguration)\n\n protected override MessagesV1Beta3.MessagesV1Beta3Client NewInstance(ClientBase.ClientBaseConfiguration configuration)\n\nCreates a new instance of client from given `ClientBaseConfiguration`.\n\n**Overrides** \n[ClientBase\\\u003cMessagesV1Beta3.MessagesV1Beta3Client\\\u003e.NewInstance(ClientBase.ClientBaseConfiguration)](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/ClientBase.cs)"]]