Class PollAirflowCommandResponse (1.12.0)

PollAirflowCommandResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response to PollAirflowCommandRequest.

Attributes

NameDescription
output MutableSequence[google.cloud.orchestration.airflow.service_v1beta1.types.PollAirflowCommandResponse.Line]
Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
output_end bool
Whether the command execution has finished and there is no more output.
exit_info google.cloud.orchestration.airflow.service_v1beta1.types.PollAirflowCommandResponse.ExitInfo
The result exit status of the command.

Classes

ExitInfo

ExitInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about how a command ended.

Line

Line(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains information about a single line from logs.