public sealed class ExecuteAirflowCommandResponse : IMessage<ExecuteAirflowCommandResponse>, IEquatable<ExecuteAirflowCommandResponse>, IDeepCloneable<ExecuteAirflowCommandResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Composer v1 API class ExecuteAirflowCommandResponse.
Response to ExecuteAirflowCommandRequest.
Implements
IMessageExecuteAirflowCommandResponse, IEquatableExecuteAirflowCommandResponse, IDeepCloneableExecuteAirflowCommandResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
ExecuteAirflowCommandResponse()
public ExecuteAirflowCommandResponse()ExecuteAirflowCommandResponse(ExecuteAirflowCommandResponse)
public ExecuteAirflowCommandResponse(ExecuteAirflowCommandResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExecuteAirflowCommandResponse |
Properties
Error
public string Error { get; set; }Error message. Empty if there was no error.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ExecutionId
public string ExecutionId { get; set; }The unique ID of the command execution for polling.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Pod
public string Pod { get; set; }The name of the pod where the command is executed.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PodNamespace
public string PodNamespace { get; set; }The namespace of the pod where the command is executed.
| Property Value | |
|---|---|
| Type | Description |
string |
|