public sealed class GetJobRunRequest : IMessage<GetJobRunRequest>, IEquatable<GetJobRunRequest>, IDeepCloneable<GetJobRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class GetJobRunRequest.
GetJobRunRequest is the request object used by GetJobRun.
Required. Name of the JobRun. Format must be
projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}/jobRuns/{job_run_name}.
[[["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 `GetJobRunRequest` class is part of the Google Cloud Deploy v1 API and is used to request information about a specific job run."],["This document provides reference and code samples for the `GetJobRunRequest` class, detailing its inheritance, implementations, constructors, and properties."],["The latest stable release of the API for `GetJobRunRequest` is version 3.4.0, with a range of historical versions from 3.3.0 to 1.0.0 also available for reference."],["`GetJobRunRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Name` property within `GetJobRunRequest` is mandatory and requires a specific formatting string to designate the job run."]]],[]]