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.
Implements
IMessagePollAirflowCommandRequest, IEquatablePollAirflowCommandRequest, IDeepCloneablePollAirflowCommandRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
PollAirflowCommandRequest()
public PollAirflowCommandRequest()
PollAirflowCommandRequest(PollAirflowCommandRequest)
public PollAirflowCommandRequest(PollAirflowCommandRequest other)
Parameter | |
---|---|
Name | Description |
other |
PollAirflowCommandRequest |
Properties
Environment
public string Environment { get; set; }
The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
Property Value | |
---|---|
Type | Description |
string |
ExecutionId
public string ExecutionId { get; set; }
The unique ID of the command execution.
Property Value | |
---|---|
Type | Description |
string |
NextLineNumber
public int NextLineNumber { get; set; }
Line number from which new logs should be fetched.
Property Value | |
---|---|
Type | Description |
int |
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 |