Reference documentation and code samples for the Google Cloud Deploy V1 Client class PostdeployJobRun.
PostdeployJobRun contains information specific to a postdeploy JobRun
.
Generated from protobuf message google.cloud.deploy.v1.PostdeployJobRun
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ build
string
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}
.
↳ failure_cause
int
Output only. The reason the postdeploy failed. This will always be unspecified while the postdeploy is in progress or if it succeeded.
↳ failure_message
string
Output only. Additional information about the postdeploy failure, if available.
getBuild
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}
.
string
setBuild
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}
.
var
string
$this
getFailureCause
Output only. The reason the postdeploy failed. This will always be unspecified while the postdeploy is in progress or if it succeeded.
int
setFailureCause
Output only. The reason the postdeploy failed. This will always be unspecified while the postdeploy is in progress or if it succeeded.
var
int
$this
getFailureMessage
Output only. Additional information about the postdeploy failure, if available.
string
setFailureMessage
Output only. Additional information about the postdeploy failure, if available.
var
string
$this