Google Cloud Orchestration Airflow V1 Client - Class ExitInfo (1.6.2)

Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ExitInfo.

Information about how a command ended.

Generated from protobuf message google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.ExitInfo

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1 \ PollAirflowCommandResponse

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ exit_code int

The exit code from the command execution.

↳ error string

Error message. Empty if there was no error.

getExitCode

The exit code from the command execution.

Returns
Type Description
int

setExitCode

The exit code from the command execution.

Parameter
Name Description
var int
Returns
Type Description
$this

getError

Error message. Empty if there was no error.

Returns
Type Description
string

setError

Error message. Empty if there was no error.

Parameter
Name Description
var string
Returns
Type Description
$this