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"]],[["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."],[[["The `JobMetrics` class in the Dataflow v1beta3 API provides detailed progress metrics for Dataflow jobs, including both user-defined and system-defined metrics."],["`JobMetrics` 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."],["The `JobMetrics` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two key properties: `MetricTime`, a `Timestamp` representing when metric values are current, and `Metrics`, a `RepeatedField` containing all metrics for the job."],["The `JobMetrics` class can be constructed using a parameterless constructor `JobMetrics()` or a constructor `JobMetrics(JobMetrics other)` that takes another instance of `JobMetrics`."]]],[]]