Interface MetricsV1Beta3Grpc.AsyncService

    • Method Detail

      • getJobMetrics

        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`.
         
      • getJobExecutionDetails

        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.
         
      • getStageExecutionDetails

        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.