Class PollAirflowCommandRequest
Poll Airflow Command request.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1.Data
Assembly: Google.Apis.CloudComposer.v1.dll
Syntax
public class PollAirflowCommandRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionId
The unique ID of the command execution.
Declaration
[JsonProperty("executionId")]
public virtual string ExecutionId { get; set; }
Property Value
Type | Description |
---|---|
string |
NextLineNumber
Line number from which new logs should be fetched.
Declaration
[JsonProperty("nextLineNumber")]
public virtual int? NextLineNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |
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 |