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
Returns
- (::Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::ExitInfo) — The result exit status of the command.
#exit_info=
def exit_info=(value) -> ::Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::ExitInfo
Parameter
- value (::Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::ExitInfo) — The result exit status of the command.
Returns
- (::Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::ExitInfo) — The result exit status of the command.
#output
def output() -> ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::Line>
Returns
- (::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::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=
def output=(value) -> ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::Line>
Parameter
- value (::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::Line>) — Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
Returns
- (::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::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
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.