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 content provides documentation for the `GetJobRunRequest` class within the Google Cloud Deploy v1 API for .NET."],["`GetJobRunRequest` is used to get a specific job run and implements various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors for creating a new `GetJobRunRequest` and for creating a copy of an existing one."],["The `GetJobRunRequest` class has two primary properties: `JobRunName` (a typed view over the resource name) and `Name` (a string representing the full resource path of the job run)."],["A list of previous versions is provided ranging from 3.4.0 (latest) down to 1.0.0, all relating to the `GetJobRunRequest` documentation."]]],[]]