Cloud Composer V1 API - Class Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse (v0.11.0)

Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse.

Response to PollAirflowCommandRequest.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#exit_info

def exit_info() -> ::Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::ExitInfo

#exit_info=

def exit_info=(value) -> ::Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::ExitInfo
Parameter

#output

def output() -> ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::Line>
Returns

#output=

def output=(value) -> ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::Line>
Parameter
Returns

#output_end

def output_end() -> ::Boolean
Returns
  • (::Boolean) — Whether the command execution has finished and there is no more output.

#output_end=

def output_end=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether the command execution has finished and there is no more output.
Returns
  • (::Boolean) — Whether the command execution has finished and there is no more output.