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 page provides documentation for the `PostdeployJobRun` class within the Google Cloud Deploy v1 API, detailing its usage and properties across various versions."],["The latest version available for `PostdeployJobRun` is 3.4.0, with previous versions ranging down to 1.0.0, and all of them are linked for reference."],["`PostdeployJobRun` is a class that contains specific information related to a postdeploy job run, implementing multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, while inheriting from `object`."],["Key properties of the `PostdeployJobRun` class include `Build` (a Cloud Build object's resource name), `BuildAsBuildName` (a type-view of the build name), `FailureCause` (the reason for postdeploy failure), and `FailureMessage` (additional details about a postdeploy failure)."],["The documentation covers both the constructors and properties of `PostdeployJobRun`, including information on inherited members, namespace, and assembly details."]]],[]]