Class: Google::Cloud::Orchestration::Airflow::Service::V1::StopAirflowCommandResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::StopAirflowCommandResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Response to StopAirflowCommandRequest.
Instance Attribute Summary collapse
-
#is_done ⇒ ::Boolean
Whether the execution is still running.
-
#output ⇒ ::Array<::String>
Output message from stopping execution request.
Instance Attribute Details
#is_done ⇒ ::Boolean
Returns Whether the execution is still running.
296 297 298 299 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 296 class StopAirflowCommandResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output ⇒ ::Array<::String>
Returns Output message from stopping execution request.
296 297 298 299 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 296 class StopAirflowCommandResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |