Package com.google.dataflow.v1beta3
Interface MessagesV1Beta3Grpc.AsyncService
-
- All Known Implementing Classes:
MessagesV1Beta3Grpc.MessagesV1Beta3ImplBase
- Enclosing class:
- MessagesV1Beta3Grpc
public static interface MessagesV1Beta3Grpc.AsyncService
The Dataflow Messages API is used for monitoring the progress of Dataflow jobs.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
listJobMessages(ListJobMessagesRequest request, io.grpc.stub.StreamObserver<ListJobMessagesResponse> responseObserver)
Request the job status.
-
-
-
Method Detail
-
listJobMessages
default void listJobMessages(ListJobMessagesRequest request, io.grpc.stub.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] (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`.
-
-