Dataflow v1beta3 API - Class MessagesV1Beta3.MessagesV1Beta3Base (2.0.0-beta06)

[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

Inheritance

object > MessagesV1Beta3.MessagesV1Beta3Base

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

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
NameDescription
requestListJobMessagesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListJobMessagesResponse

The response to send back to the client (wrapped by a task).