public sealed class GetJobMetricsRequest : IMessage<GetJobMetricsRequest>, IEquatable<GetJobMetricsRequest>, IDeepCloneable<GetJobMetricsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class GetJobMetricsRequest.
[[["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."],[[["This document provides reference information for the `GetJobMetricsRequest` class within the Google Cloud Dataflow v1beta3 API, detailing its use for retrieving job metrics."],["`GetJobMetricsRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `object` class."],["The class contains properties like `JobId`, `Location`, `ProjectId`, and `StartTime`, which are used to specify the job, its location, project, and the start time for metric retrieval."],["There are two constructors available: a parameterless constructor and one that takes another `GetJobMetricsRequest` instance for cloning purposes."],["The latest version of this class is 2.0.0-beta07, with previous versions 2.0.0-beta06 and 1.0.0-beta03 also documented."]]],[]]