Cloud Composer v1 API - Class PollAirflowCommandResponse (2.7.0)

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

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

Response to PollAirflowCommandRequest.

Inheritance

object > PollAirflowCommandResponse

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

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

Constructors

PollAirflowCommandResponse()

public PollAirflowCommandResponse()

PollAirflowCommandResponse(PollAirflowCommandResponse)

public PollAirflowCommandResponse(PollAirflowCommandResponse other)
Parameter
NameDescription
otherPollAirflowCommandResponse

Properties

ExitInfo

public PollAirflowCommandResponse.Types.ExitInfo ExitInfo { get; set; }

The result exit status of the command.

Property Value
TypeDescription
PollAirflowCommandResponseTypesExitInfo

Output

public RepeatedField<PollAirflowCommandResponse.Types.Line> Output { get; }

Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.

Property Value
TypeDescription
RepeatedFieldPollAirflowCommandResponseTypesLine

OutputEnd

public bool OutputEnd { get; set; }

Whether the command execution has finished and there is no more output.

Property Value
TypeDescription
bool