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."],[[["The latest version available for the `PredeployJobRun` class is 3.4.0, and the current page is displaying version 2.9.0, with numerous older versions also accessible."],["`PredeployJobRun` is a class within the Google Cloud Deploy v1 API, specifically designed to hold data pertaining to a predeploy `JobRun` process."],["The `PredeployJobRun` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PredeployJobRun` class includes properties such as `Build`, `BuildAsBuildName`, `FailureCause`, and `FailureMessage`, which provide information about the build, associated resources, and potential failures of the predeploy job."],["There are two constructors for the `PredeployJobRun` class: a parameterless constructor and another that accepts a `PredeployJobRun` object as a parameter."]]],[]]