Google Cloud Orchestration Airflow V1 Client - Class ExecuteAirflowCommandResponse (1.4.2)

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

Response to ExecuteAirflowCommandRequest.

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

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ execution_id string

The unique ID of the command execution for polling.

↳ pod string

The name of the pod where the command is executed.

↳ pod_namespace string

The namespace of the pod where the command is executed.

↳ error string

Error message. Empty if there was no error.

getExecutionId

The unique ID of the command execution for polling.

Returns
TypeDescription
string

setExecutionId

The unique ID of the command execution for polling.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPod

The name of the pod where the command is executed.

Returns
TypeDescription
string

setPod

The name of the pod where the command is executed.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPodNamespace

The namespace of the pod where the command is executed.

Returns
TypeDescription
string

setPodNamespace

The namespace of the pod where the command is executed.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getError

Error message. Empty if there was no error.

Returns
TypeDescription
string

setError

Error message. Empty if there was no error.

Parameter
NameDescription
var string
Returns
TypeDescription
$this