Google Cloud Run V2 Client - Class TaskAttemptResult (0.9.1)

Reference documentation and code samples for the Google Cloud Run V2 Client class TaskAttemptResult.

Result of a task attempt.

Generated from protobuf message google.cloud.run.v2.TaskAttemptResult

Namespace

Google \ Cloud \ Run \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ status Google\Rpc\Status

Output only. The status of this attempt. If the status code is OK, then the attempt succeeded.

↳ exit_code int

Output only. The exit code of this attempt. This may be unset if the container was unable to exit cleanly with a code due to some other failure. See status field for possible failure details.

getStatus

Output only. The status of this attempt.

If the status code is OK, then the attempt succeeded.

Returns
TypeDescription
Google\Rpc\Status|null

hasStatus

clearStatus

setStatus

Output only. The status of this attempt.

If the status code is OK, then the attempt succeeded.

Parameter
NameDescription
var Google\Rpc\Status
Returns
TypeDescription
$this

getExitCode

Output only. The exit code of this attempt.

This may be unset if the container was unable to exit cleanly with a code due to some other failure. See status field for possible failure details.

Returns
TypeDescription
int

setExitCode

Output only. The exit code of this attempt.

This may be unset if the container was unable to exit cleanly with a code due to some other failure. See status field for possible failure details.

Parameter
NameDescription
var int
Returns
TypeDescription
$this