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-04-09 UTC."],[[["This page provides reference documentation for the `GetJobRunRequest` class within the Google Cloud Deploy v1 API, specifically for .NET developers."],["The `GetJobRunRequest` class is used to request data from the `GetJobRun` method, acting as the input object for retrieving job run information."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various capabilities for message handling, comparison, cloning, and buffering."],["The documentation outlines the available constructors, including a default constructor and one for creating a copy of an existing `GetJobRunRequest` object."],["It also lists the class properties `JobRunName` and `Name`, detailing their types and usage for identifying a specific `JobRun`, and the page provides links to documentation for different versions of this API, ranging from 1.0.0 to 3.4.0."]]],[]]