Cloud Composer v1 API - Class ExecuteAirflowCommandResponse (2.7.0)

public sealed class ExecuteAirflowCommandResponse : IMessage<ExecuteAirflowCommandResponse>, IEquatable<ExecuteAirflowCommandResponse>, IDeepCloneable<ExecuteAirflowCommandResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class ExecuteAirflowCommandResponse.

Response to ExecuteAirflowCommandRequest.

Inheritance

object > ExecuteAirflowCommandResponse

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

ExecuteAirflowCommandResponse()

public ExecuteAirflowCommandResponse()

ExecuteAirflowCommandResponse(ExecuteAirflowCommandResponse)

public ExecuteAirflowCommandResponse(ExecuteAirflowCommandResponse other)
Parameter
NameDescription
otherExecuteAirflowCommandResponse

Properties

Error

public string Error { get; set; }

Error message. Empty if there was no error.

Property Value
TypeDescription
string

ExecutionId

public string ExecutionId { get; set; }

The unique ID of the command execution for polling.

Property Value
TypeDescription
string

Pod

public string Pod { get; set; }

The name of the pod where the command is executed.

Property Value
TypeDescription
string

PodNamespace

public string PodNamespace { get; set; }

The namespace of the pod where the command is executed.

Property Value
TypeDescription
string