Reference documentation and code samples for the Google Cloud Build V1 Client class InvocationAttemptFinished.
Notification that an invocation attempt has finished.
Generated from protobuf message google.devtools.build.v1.BuildEvent.InvocationAttemptFinished
Methods
__construct
Constructor.
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ invocation_status |
Google\Cloud\Build\V1\BuildStatus
Final status of the invocation. |
↳ details |
Google\Protobuf\Any
Arbitrary details about the invocation attempt. |
getInvocationStatus
Final status of the invocation.
Type | Description |
Google\Cloud\Build\V1\BuildStatus|null |
hasInvocationStatus
clearInvocationStatus
setInvocationStatus
Final status of the invocation.
Name | Description |
var |
Google\Cloud\Build\V1\BuildStatus
|
Type | Description |
$this |
getDetails
Arbitrary details about the invocation attempt.
Type | Description |
Google\Protobuf\Any|null |
hasDetails
clearDetails
setDetails
Arbitrary details about the invocation attempt.
Name | Description |
var |
Google\Protobuf\Any
|
Type | Description |
$this |