public sealed class GetJobMetricsRequest : IMessage<GetJobMetricsRequest>, IEquatable<GetJobMetricsRequest>, IDeepCloneable<GetJobMetricsRequest>, IBufferMessage, IMessage
[[["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."],[[["`GetJobMetricsRequest` is a class used to request metrics for a specific job in the Google Cloud Dataflow service, as denoted in the Google.Cloud.Dataflow.V1Beta3 namespace."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The `GetJobMetricsRequest` class contains properties such as `JobId`, `Location`, `ProjectId`, and `StartTime`, which are used to define the specific job and criteria for retrieving metrics, such as the job identifier, the regional endpoint location, the project, and the start time for the metric data."],["The class has 2 constructors, one default and one that takes in another `GetJobMetricsRequest` object."]]],[]]