[BindServiceMethod(typeof(MessagesV1Beta3), "BindService")]
public abstract class MessagesV1Beta3.MessagesV1Beta3Base
Reference documentation and code samples for the Dataflow v1beta3 API class MessagesV1Beta3.MessagesV1Beta3Base.
Base class for server-side implementations of MessagesV1Beta3
Namespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Methods
ListJobMessages(ListJobMessagesRequest, ServerCallContext)
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
.
Parameters | |
---|---|
Name | Description |
request |
ListJobMessagesRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskListJobMessagesResponse |
The response to send back to the client (wrapped by a task). |