Class MessagesV1Beta3Grpc.MessagesV1Beta3ImplBase (0.8.0)

public abstract static class MessagesV1Beta3Grpc.MessagesV1Beta3ImplBase implements BindableService

The Dataflow Messages API is used for monitoring the progress of Dataflow jobs.

Inheritance

java.lang.Object > MessagesV1Beta3Grpc.MessagesV1Beta3ImplBase

Implements

io.grpc.BindableService

Constructors

MessagesV1Beta3ImplBase()

public MessagesV1Beta3ImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition

listJobMessages(ListJobMessagesRequest request, StreamObserver<ListJobMessagesResponse> responseObserver)

public void listJobMessages(ListJobMessagesRequest request, StreamObserver<ListJobMessagesResponse> responseObserver)

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
responseObserverio.grpc.stub.StreamObserver<ListJobMessagesResponse>