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"]],[["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\u003eThis document provides reference information for the \u003ccode\u003eGetJobMetricsRequest\u003c/code\u003e class within the Google Cloud Dataflow v1beta3 API, detailing its use for retrieving job metrics.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetJobMetricsRequest\u003c/code\u003e implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, inheriting members from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties like \u003ccode\u003eJobId\u003c/code\u003e, \u003ccode\u003eLocation\u003c/code\u003e, \u003ccode\u003eProjectId\u003c/code\u003e, and \u003ccode\u003eStartTime\u003c/code\u003e, which are used to specify the job, its location, project, and the start time for metric retrieval.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available: a parameterless constructor and one that takes another \u003ccode\u003eGetJobMetricsRequest\u003c/code\u003e instance for cloning purposes.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is 2.0.0-beta07, with previous versions 2.0.0-beta06 and 1.0.0-beta03 also documented.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class GetJobMetricsRequest (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.GetJobMetricsRequest)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.GetJobMetricsRequest)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.GetJobMetricsRequest) \n\n public sealed class GetJobMetricsRequest : IMessage\u003cGetJobMetricsRequest\u003e, IEquatable\u003cGetJobMetricsRequest\u003e, IDeepCloneable\u003cGetJobMetricsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class GetJobMetricsRequest.\n\nRequest to get job metrics. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetJobMetricsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetJobMetricsRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.GetJobMetricsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetJobMetricsRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.GetJobMetricsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetJobMetricsRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.GetJobMetricsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nConstructors\n------------\n\n### GetJobMetricsRequest()\n\n public GetJobMetricsRequest()\n\n### GetJobMetricsRequest(GetJobMetricsRequest)\n\n public GetJobMetricsRequest(GetJobMetricsRequest other)\n\nProperties\n----------\n\n### JobId\n\n public string JobId { get; set; }\n\nThe job to get metrics for.\n\n### Location\n\n public string Location { get; set; }\n\nThe [regional endpoint](https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that\ncontains the job specified by job_id.\n\n### ProjectId\n\n public string ProjectId { get; set; }\n\nA project id.\n\n### StartTime\n\n public Timestamp StartTime { get; set; }\n\nReturn only metric data that has changed since this time.\nDefault is to return all information about all metrics for the job."]]