public sealed class PredeployJobRun : IMessage<PredeployJobRun>, IEquatable<PredeployJobRun>, IDeepCloneable<PredeployJobRun>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class PredeployJobRun.
PredeployJobRun contains information specific to a predeploy JobRun.
Output only. The resource name of the Cloud Build Build object that is
used to execute the custom actions associated with the predeploy Job.
Format is projects/{project}/locations/{location}/builds/{build}.
[[["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 documentation for the `PredeployJobRun` class within the Google Cloud Deploy v1 API, specifically version 2.18.0, and offers access to prior versions."],["The `PredeployJobRun` class, which inherits from `object` and implements multiple interfaces, contains information related to a specific `JobRun` that occurs before deployment."],["Key properties of the `PredeployJobRun` class include `Build`, `FailureCause`, and `FailureMessage`, which provide details about the associated Cloud Build process and any failures encountered during predeployment."],["The documentation includes constructors for creating instances of `PredeployJobRun` and outlines the namespace (`Google.Cloud.Deploy.V1`) and assembly (`Google.Cloud.Deploy.V1.dll`) associated with the class."],["The latest version available on this page is version 3.4.0 of the PredeployJobRun, although the page itself is focusing on version 2.18.0, along with documentation about older versions."]]],[]]