Class MetricsV1Beta3Grpc.MetricsV1Beta3Stub

  • Enclosing class:
    MetricsV1Beta3Grpc

    public static final class MetricsV1Beta3Grpc.MetricsV1Beta3Stub
    extends io.grpc.stub.AbstractAsyncStub<MetricsV1Beta3Grpc.MetricsV1Beta3Stub>
    A stub to allow clients to do asynchronous rpc calls to service MetricsV1Beta3.
     The Dataflow Metrics API lets you monitor the progress of Dataflow
     jobs.
     
    • Method Detail

      • getJobMetrics

        public 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

        public 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

        public 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.