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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMetricsV1Beta3.MetricsV1Beta3Base\u003c/code\u003e class is the base for server-side implementations of the Dataflow v1beta3 API's \u003ccode\u003eMetricsV1Beta3\u003c/code\u003e service, with version 2.0.0-beta07 being the latest release.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes three methods: \u003ccode\u003eGetJobExecutionDetails\u003c/code\u003e, \u003ccode\u003eGetJobMetrics\u003c/code\u003e, and \u003ccode\u003eGetStageExecutionDetails\u003c/code\u003e, which are used to retrieve detailed information about the execution status of jobs and their stages.\u003c/p\u003e\n"],["\u003cp\u003eThe methods \u003ccode\u003eGetJobExecutionDetails\u003c/code\u003e and \u003ccode\u003eGetStageExecutionDetails\u003c/code\u003e are labeled as experimental and may be changed or removed without notice.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetJobMetrics\u003c/code\u003e method allows requesting job status, but \u003ccode\u003eprojects.locations.jobs.getMetrics\u003c/code\u003e with a regional endpoint is the recommended way over \u003ccode\u003eprojects.jobs.getMetrics\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eInherited members from the base \u003ccode\u003eobject\u003c/code\u003e class are included, such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class MetricsV1Beta3.MetricsV1Beta3Base (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.MetricsV1Beta3.MetricsV1Beta3Base)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.MetricsV1Beta3.MetricsV1Beta3Base)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.MetricsV1Beta3.MetricsV1Beta3Base) \n\n [BindServiceMethod(typeof(MetricsV1Beta3), \"BindService\")]\n public abstract class MetricsV1Beta3.MetricsV1Beta3Base\n\nReference documentation and code samples for the Dataflow v1beta3 API class MetricsV1Beta3.MetricsV1Beta3Base.\n\nBase class for server-side implementations of MetricsV1Beta3 \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MetricsV1Beta3.MetricsV1Beta3Base \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nMethods\n-------\n\n### GetJobExecutionDetails(GetJobExecutionDetailsRequest, ServerCallContext)\n\n public virtual Task\u003cJobExecutionDetails\u003e GetJobExecutionDetails(GetJobExecutionDetailsRequest request, ServerCallContext context)\n\nRequest detailed information about the execution status of the job.\n\nEXPERIMENTAL. This API is subject to change or removal without notice.\n\n### GetJobMetrics(GetJobMetricsRequest, ServerCallContext)\n\n public virtual Task\u003cJobMetrics\u003e GetJobMetrics(GetJobMetricsRequest request, ServerCallContext context)\n\nRequest the job status.\n\nTo request the status of a job, we recommend using\n`projects.locations.jobs.getMetrics` with a [regional endpoint](https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using\n`projects.jobs.getMetrics` is not recommended, as you can only request the\nstatus of jobs that are running in `us-central1`.\n\n### GetStageExecutionDetails(GetStageExecutionDetailsRequest, ServerCallContext)\n\n public virtual Task\u003cStageExecutionDetails\u003e GetStageExecutionDetails(GetStageExecutionDetailsRequest request, ServerCallContext context)\n\nRequest detailed information about the execution status of a stage of the\njob.\n\nEXPERIMENTAL. This API is subject to change or removal without notice."]]