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 document provides reference information for the `GetJobRunRequest` class within the Google Cloud Deploy v1 API, specifically for .NET."],["The `GetJobRunRequest` class is used to make a request object for the `GetJobRun` function and it implements multiple interfaces."],["The documentation includes versioning details, with versions ranging from 1.0.0 up to the latest 3.4.0 for the `GetJobRunRequest` class."],["`GetJobRunRequest` contains properties such as `JobRunName` (a typed view) and `Name` (a string) which is used to identify the job run by its fully qualified name."],["The class implements interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, while also being detailed in its constructors and inherited members."]]],[]]