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."],[[["This webpage provides documentation for the `PredeployJobRun` class within the Google Cloud Deploy v1 API, detailing its properties, constructors, and inherited members across multiple versions."],["The `PredeployJobRun` class is used to store information about a predeploy `JobRun`, with the latest version being 3.4.0 and versions ranging from 1.0.0 up to 3.4.0 being documented."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google Protobuf."],["Key properties of `PredeployJobRun` include `Build` which references the associated Cloud Build object, `FailureCause` which indicates why a predeploy failed, and `FailureMessage` which provides additional details about the failure."],["The class has two constructors: one default constructor, and another which is used to copy another instance of the class."]]],[]]