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"]],[["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 `PostdeployJobRun` class within the Google Cloud Deploy v1 API for .NET, with the most recent version being 3.4.0 and the current page content referencing 2.12.0."],["The `PostdeployJobRun` class is used to manage postdeploy `JobRun` information and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the class's inheritance, implementing interfaces, namespace, assembly, constructors, and properties such as `Build`, `BuildAsBuildName`, `FailureCause`, and `FailureMessage`."],["The documentation outlines that the `Build` property represents the Cloud Build resource used for postdeploy actions and the `FailureCause` and `FailureMessage` properties provide information in case of postdeploy failures."],["There is a comprehensive listing of available versions of the `PostdeployJobRun` documentation, ranging from 1.0.0 to the latest 3.4.0."]]],[]]