public sealed class PostdeployJobRun : IMessage<PostdeployJobRun>, IEquatable<PostdeployJobRun>, IDeepCloneable<PostdeployJobRun>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class PostdeployJobRun.
PostdeployJobRun contains information specific to a postdeploy JobRun.
Output only. The resource name of the Cloud Build Build object that is
used to execute the custom actions associated with the postdeploy 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `PostdeployJobRun` class in the Google Cloud Deploy v1 API is version 3.4.0."],["This page provides reference documentation for the `PostdeployJobRun` class, which includes details about its properties, constructors, and implemented interfaces within the Google Cloud Deploy v1 API."],["The `PostdeployJobRun` class represents information specific to a postdeploy `JobRun` within the Google Cloud Deploy system, and it allows you to check for its failure causes and messages."],["It also exposes the resource name of the Cloud Build instance which handles the custom postdeploy job actions, such as the `Build` and `BuildAsBuildName` properties, and lists the various versions of the `PostdeployJobRun` API that have been released, dating back to version 1.0.0."],["The class `PostdeployJobRun` inherits from the class `object`, and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]