Class: Google::Cloud::Orchestration::Airflow::Service::V1::StopAirflowCommandResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#is_done::Boolean

Returns Whether the execution is still running.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Array<::String>)

    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