Show / Hide Table of Contents

Class PollAirflowCommandRequest

Poll Airflow Command request.

Inheritance
object
PollAirflowCommandRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX