public static interface MetricsV1Beta3Grpc.AsyncService
The Dataflow Metrics API lets you monitor the progress of Dataflow jobs.
| Modifier and Type | Method and Description |
|---|---|
default void |
getJobExecutionDetails(GetJobExecutionDetailsRequest request,
io.grpc.stub.StreamObserver<JobExecutionDetails> responseObserver)
Request detailed information about the execution status of the job.
|
default void |
getJobMetrics(GetJobMetricsRequest request,
io.grpc.stub.StreamObserver<JobMetrics> responseObserver)
Request the job status.
|
default void |
getStageExecutionDetails(GetStageExecutionDetailsRequest request,
io.grpc.stub.StreamObserver<StageExecutionDetails> responseObserver)
Request detailed information about the execution status of a stage of the
job.
|
default void getJobMetrics(GetJobMetricsRequest request, io.grpc.stub.StreamObserver<JobMetrics> responseObserver)
Request the job status. To request the status of a job, we recommend using `projects.locations.jobs.getMetrics` with a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using `projects.jobs.getMetrics` is not recommended, as you can only request the status of jobs that are running in `us-central1`.
default void getJobExecutionDetails(GetJobExecutionDetailsRequest request, io.grpc.stub.StreamObserver<JobExecutionDetails> responseObserver)
Request detailed information about the execution status of the job. EXPERIMENTAL. This API is subject to change or removal without notice.
default void getStageExecutionDetails(GetStageExecutionDetailsRequest request, io.grpc.stub.StreamObserver<StageExecutionDetails> responseObserver)
Request detailed information about the execution status of a stage of the job. EXPERIMENTAL. This API is subject to change or removal without notice.
Copyright © 2024 Google LLC. All rights reserved.