public static final class MessagesV1Beta3Grpc.MessagesV1Beta3FutureStub extends io.grpc.stub.AbstractFutureStub<MessagesV1Beta3Grpc.MessagesV1Beta3FutureStub>
The Dataflow Messages API is used for monitoring the progress of Dataflow jobs.
| Modifier and Type | Method and Description |
|---|---|
protected MessagesV1Beta3Grpc.MessagesV1Beta3FutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ListJobMessagesResponse> |
listJobMessages(ListJobMessagesRequest request)
Request the job status.
|
protected MessagesV1Beta3Grpc.MessagesV1Beta3FutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MessagesV1Beta3Grpc.MessagesV1Beta3FutureStub>public com.google.common.util.concurrent.ListenableFuture<ListJobMessagesResponse> listJobMessages(ListJobMessagesRequest request)
Request the job status. To request the status of a job, we recommend using `projects.locations.jobs.messages.list` with a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using `projects.jobs.messages.list` is not recommended, as you can only request the status of jobs that are running in `us-central1`.
Copyright © 2024 Google LLC. All rights reserved.