Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::ExecuteAirflowCommandResponse.
Response to ExecuteAirflowCommandRequest.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#error
def error() -> ::String
    Returns
    
  - (::String) — Error message. Empty if there was no error.
 
#error=
def error=(value) -> ::String
    Parameter
    
  - value (::String) — Error message. Empty if there was no error.
 
    Returns
    
  - (::String) — Error message. Empty if there was no error.
 
#execution_id
def execution_id() -> ::String
    Returns
    
  - (::String) — The unique ID of the command execution for polling.
 
#execution_id=
def execution_id=(value) -> ::String
    Parameter
    
  - value (::String) — The unique ID of the command execution for polling.
 
    Returns
    
  - (::String) — The unique ID of the command execution for polling.
 
#pod
def pod() -> ::String
    Returns
    
  - (::String) — The name of the pod where the command is executed.
 
#pod=
def pod=(value) -> ::String
    Parameter
    
  - value (::String) — The name of the pod where the command is executed.
 
    Returns
    
  - (::String) — The name of the pod where the command is executed.
 
#pod_namespace
def pod_namespace() -> ::String
    Returns
    
  - (::String) — The namespace of the pod where the command is executed.
 
#pod_namespace=
def pod_namespace=(value) -> ::String
    Parameter
    
  - value (::String) — The namespace of the pod where the command is executed.
 
    Returns
    
- (::String) — The namespace of the pod where the command is executed.