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-04-09 UTC."],[[["The page provides documentation for the `PredeployJobRun` class within the Google Cloud Deploy v1 API for .NET, with the current version being 2.8.0."],["The latest version available of this class is 3.4.0, with a comprehensive list of previous versions that are accessible, starting as early as version 1.0.0."],["`PredeployJobRun` is a class that is specific to information about the predeploy `JobRun`, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `PredeployJobRun` class include `Build` (referencing the Cloud Build), `BuildAsBuildName`, `FailureCause` (reason for failure), and `FailureMessage` (additional failure details), along with multiple constructors."],["The documentation of the class also provides a section on the classes inheritance and the members it inherited from those classes."]]],[]]