Class ExecuteAirflowCommandResponse
Response to ExecuteAirflowCommandRequest.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1.Data
Assembly: Google.Apis.CloudComposer.v1.dll
Syntax
public class ExecuteAirflowCommandResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Error message. Empty if there was no error.
Declaration
[JsonProperty("error")]
public virtual string Error { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionId
The unique ID of the command execution for polling.
Declaration
[JsonProperty("executionId")]
public virtual string ExecutionId { get; set; }
Property Value
Type | Description |
---|---|
string |
Pod
The name of the pod where the command is executed.
Declaration
[JsonProperty("pod")]
public virtual string Pod { get; set; }
Property Value
Type | Description |
---|---|
string |
PodNamespace
The namespace of the pod where the command is executed.
Declaration
[JsonProperty("podNamespace")]
public virtual string PodNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |