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

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

Response to StopAirflowCommandRequest.

Generated from protobuf message google.cloud.orchestration.airflow.service.v1.StopAirflowCommandResponse

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ is_done bool

Whether the execution is still running.

↳ output array

Output message from stopping execution request.

getIsDone

Whether the execution is still running.

Returns
Type Description
bool

setIsDone

Whether the execution is still running.

Parameter
Name Description
var bool
Returns
Type Description
$this

getOutput

Output message from stopping execution request.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setOutput

Output message from stopping execution request.

Parameter
Name Description
var string[]
Returns
Type Description
$this