Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::StopAirflowCommandResponse.
Response to StopAirflowCommandRequest.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#is_done
def is_done() -> ::Boolean
    Returns
    
  - (::Boolean) — Whether the execution is still running.
 
#is_done=
def is_done=(value) -> ::Boolean
    Parameter
    
  - value (::Boolean) — Whether the execution is still running.
 
    Returns
    
  - (::Boolean) — Whether the execution is still running.
 
#output
def output() -> ::Array<::String>
    Returns
    
  - (::Array<::String>) — Output message from stopping execution request.
 
#output=
def output=(value) -> ::Array<::String>
    Parameter
    
  - value (::Array<::String>) — Output message from stopping execution request.
 
    Returns
    
- (::Array<::String>) — Output message from stopping execution request.