Dataflow v1beta3 API - Class MetricsV1Beta3.MetricsV1Beta3Base (2.0.0-beta06)

[BindServiceMethod(typeof(MetricsV1Beta3), "BindService")]
public abstract class MetricsV1Beta3.MetricsV1Beta3Base

Reference documentation and code samples for the Dataflow v1beta3 API class MetricsV1Beta3.MetricsV1Beta3Base.

Base class for server-side implementations of MetricsV1Beta3

Inheritance

object > MetricsV1Beta3.MetricsV1Beta3Base

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Methods

GetJobExecutionDetails(GetJobExecutionDetailsRequest, ServerCallContext)

public virtual Task<JobExecutionDetails> GetJobExecutionDetails(GetJobExecutionDetailsRequest request, ServerCallContext context)

Request detailed information about the execution status of the job.

EXPERIMENTAL. This API is subject to change or removal without notice.

Parameters
NameDescription
requestGetJobExecutionDetailsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskJobExecutionDetails

The response to send back to the client (wrapped by a task).

GetJobMetrics(GetJobMetricsRequest, ServerCallContext)

public virtual Task<JobMetrics> GetJobMetrics(GetJobMetricsRequest request, ServerCallContext context)

Request the job status.

To request the status of a job, we recommend using projects.locations.jobs.getMetrics with a regional endpoint. Using projects.jobs.getMetrics is not recommended, as you can only request the status of jobs that are running in us-central1.

Parameters
NameDescription
requestGetJobMetricsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskJobMetrics

The response to send back to the client (wrapped by a task).

GetStageExecutionDetails(GetStageExecutionDetailsRequest, ServerCallContext)

public virtual Task<StageExecutionDetails> GetStageExecutionDetails(GetStageExecutionDetailsRequest request, ServerCallContext context)

Request detailed information about the execution status of a stage of the job.

EXPERIMENTAL. This API is subject to change or removal without notice.

Parameters
NameDescription
requestGetStageExecutionDetailsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskStageExecutionDetails

The response to send back to the client (wrapped by a task).