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

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
NameDescription
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
TypeDescription
bool

setIsDone

Whether the execution is still running.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getOutput

Output message from stopping execution request.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOutput

Output message from stopping execution request.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this