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 webpage provides reference documentation for the `GetJobRunRequest` class within the Google Cloud Deploy v1 API, specifically for .NET developers."],["The `GetJobRunRequest` class is used to construct requests for the `GetJobRun` method, retrieving details about a specific job run."],["The latest available version of the documentation is 3.4.0, and it offers access to the documentation for versions from 1.0.0 to 3.4.0, showing the version history."],["`GetJobRunRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes properties like `JobRunName` and `Name`, with `Name` being a required string that specifies the format for identifying a specific job run."]]],[]]