[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
Namespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 | |
---|---|
Name | Description |
request |
GetJobExecutionDetailsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetJobMetricsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetStageExecutionDetailsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskStageExecutionDetails |
The response to send back to the client (wrapped by a task). |