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

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
Name Description
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
Type Description
string

setExecutionId

The unique ID of the command execution for polling.

Parameter
Name Description
var string
Returns
Type Description
$this

getPod

The name of the pod where the command is executed.

Returns
Type Description
string

setPod

The name of the pod where the command is executed.

Parameter
Name Description
var string
Returns
Type Description
$this

getPodNamespace

The namespace of the pod where the command is executed.

Returns
Type Description
string

setPodNamespace

The namespace of the pod where the command is executed.

Parameter
Name Description
var string
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