public static final class MessagesV1Beta3Grpc.MessagesV1Beta3Stub extends AbstractAsyncStub<MessagesV1Beta3Grpc.MessagesV1Beta3Stub>A stub to allow clients to do asynchronous rpc calls to service MessagesV1Beta3.
The Dataflow Messages API is used to monitor the progress of Dataflow jobs.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > MessagesV1Beta3Grpc.MessagesV1Beta3StubMethods
build(Channel channel, CallOptions callOptions)
protected MessagesV1Beta3Grpc.MessagesV1Beta3Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
MessagesV1Beta3Grpc.MessagesV1Beta3Stub |
|
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 | |
|---|---|
| Name | Description |
request |
ListJobMessagesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListJobMessagesResponse> |