Cloud Composer v1 API - Class PollAirflowCommandRequest (2.5.0)

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

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

Poll Airflow Command request.

Inheritance

object > PollAirflowCommandRequest

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

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

Constructors

PollAirflowCommandRequest()

public PollAirflowCommandRequest()

PollAirflowCommandRequest(PollAirflowCommandRequest)

public PollAirflowCommandRequest(PollAirflowCommandRequest other)
Parameter
NameDescription
otherPollAirflowCommandRequest

Properties

Environment

public string Environment { get; set; }

The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

Property Value
TypeDescription
string

ExecutionId

public string ExecutionId { get; set; }

The unique ID of the command execution.

Property Value
TypeDescription
string

NextLineNumber

public int NextLineNumber { get; set; }

Line number from which new logs should be fetched.

Property Value
TypeDescription
int

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