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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["`JobMetrics` is a class that provides a collection of metrics describing the progress of a Dataflow job, including both user-defined and system-defined metrics."],["This class captures only the most recent metric values, and time-series data can be queried from Cloud Monitoring."],["`JobMetrics` inherits from `Object` and implements interfaces such as `IMessage\u003cJobMetrics\u003e`, `IEquatable\u003cJobMetrics\u003e`, `IDeepCloneable\u003cJobMetrics\u003e`, `IBufferMessage`, and `IMessage`."],["The class provides properties such as `Metrics`, which is a `RepeatedField\u003cMetricUpdate\u003e` containing all metrics for the job, and `MetricTime`, a `Timestamp` that indicates when metric values are current."],["The namespace for the `JobMetrics` is `Google.Cloud.Dataflow.V1Beta3`, and the class is contained within the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."]]],[]]