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."],[[["This document provides reference information for the `GetJobRunRequest` class within the Google Cloud Deploy v1 API, specifically detailing its structure, functionality, and implementation across various versions."],["The `GetJobRunRequest` class is utilized to retrieve a specific job run, as indicated by its role as the request object for the `GetJobRun` method."],["The `GetJobRunRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, detailing its usage within the Google Protobuf framework."],["The class includes two constructors: a default constructor `GetJobRunRequest()` and a copy constructor `GetJobRunRequest(GetJobRunRequest other)`."],["The key properties within the `GetJobRunRequest` class are `JobRunName`, which is a typed view over the resource name, and `Name`, a string representing the required job run identifier."]]],[]]