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.
| Parameters | |
|---|---|
| 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.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Build\V1\BuildStatus|null |
|
hasInvocationStatus
clearInvocationStatus
setInvocationStatus
Final status of the invocation.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Build\V1\BuildStatus
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDetails
Arbitrary details about the invocation attempt.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Any|null |
|
hasDetails
clearDetails
setDetails
Arbitrary details about the invocation attempt.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Any
|
| Returns | |
|---|---|
| Type | Description |
$this |
|