public sealed class JobMetrics : IMessage<JobMetrics>, IEquatable<JobMetrics>, IDeepCloneable<JobMetrics>, IBufferMessage, IMessage
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\u003e\u003ccode\u003eJobMetrics\u003c/code\u003e is a class that provides a collection of metrics describing the progress of a Dataflow job, including both user-defined and system-defined metrics.\u003c/p\u003e\n"],["\u003cp\u003eThis class captures only the most recent metric values, and time-series data can be queried from Cloud Monitoring.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobMetrics\u003c/code\u003e inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage<JobMetrics>\u003c/code\u003e, \u003ccode\u003eIEquatable<JobMetrics>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<JobMetrics>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides properties such as \u003ccode\u003eMetrics\u003c/code\u003e, which is a \u003ccode\u003eRepeatedField<MetricUpdate>\u003c/code\u003e containing all metrics for the job, and \u003ccode\u003eMetricTime\u003c/code\u003e, a \u003ccode\u003eTimestamp\u003c/code\u003e that indicates when metric values are current.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for the \u003ccode\u003eJobMetrics\u003c/code\u003e is \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3\u003c/code\u003e, and the class is contained within the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]