public sealed class JobMetrics : IMessage<JobMetrics>, IEquatable<JobMetrics>, IDeepCloneable<JobMetrics>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class JobMetrics.
JobMetrics contains a collection of metrics describing the detailed progress
of a Dataflow job. Metrics correspond to user-defined and system-defined
metrics in the job.
This resource captures only the most recent values of each metric;
time-series data can be queried for them (under the same metric names)
from Cloud Monitoring.
[[["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\u003eJobMetrics\u003c/code\u003e class in the Dataflow v1beta3 API provides detailed progress metrics for Dataflow jobs, including both user-defined and system-defined metrics.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobMetrics\u003c/code\u003e captures only the most recent values of each metric, and time-series data for these metrics can be queried from Cloud Monitoring using the same metric names.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobMetrics\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two key properties: \u003ccode\u003eMetricTime\u003c/code\u003e, a \u003ccode\u003eTimestamp\u003c/code\u003e representing when metric values are current, and \u003ccode\u003eMetrics\u003c/code\u003e, a \u003ccode\u003eRepeatedField\u003c/code\u003e containing all metrics for the job.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobMetrics\u003c/code\u003e class can be constructed using a parameterless constructor \u003ccode\u003eJobMetrics()\u003c/code\u003e or a constructor \u003ccode\u003eJobMetrics(JobMetrics other)\u003c/code\u003e that takes another instance of \u003ccode\u003eJobMetrics\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]