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.
Implements
IMessagePollAirflowCommandResponse, IEquatablePollAirflowCommandResponse, IDeepCloneablePollAirflowCommandResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
PollAirflowCommandResponse()
public PollAirflowCommandResponse()
PollAirflowCommandResponse(PollAirflowCommandResponse)
public PollAirflowCommandResponse(PollAirflowCommandResponse other)
Parameter | |
---|---|
Name | Description |
other | PollAirflowCommandResponse |
Properties
ExitInfo
public PollAirflowCommandResponse.Types.ExitInfo ExitInfo { get; set; }
The result exit status of the command.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldPollAirflowCommandResponseTypesLine |
OutputEnd
public bool OutputEnd { get; set; }
Whether the command execution has finished and there is no more output.
Property Value | |
---|---|
Type | Description |
bool |