Class MessagesV1Beta3Grpc.MessagesV1Beta3Stub (0.8.0)

public static final class MessagesV1Beta3Grpc.MessagesV1Beta3Stub extends AbstractAsyncStub<MessagesV1Beta3Grpc.MessagesV1Beta3Stub>

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

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > MessagesV1Beta3Grpc.MessagesV1Beta3Stub

Methods

build(Channel channel, CallOptions callOptions)

protected MessagesV1Beta3Grpc.MessagesV1Beta3Stub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
MessagesV1Beta3Grpc.MessagesV1Beta3Stub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

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>