Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::StopAirflowCommandRequest.
Stop Airflow Command request.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#environment
def environment() -> ::String
    Returns
    
  - (::String) — The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
 
#environment=
def environment=(value) -> ::String
    Parameter
    
  - value (::String) — The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
 
    Returns
    
  - (::String) — The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
 
#execution_id
def execution_id() -> ::String
    Returns
    
  - (::String) — The unique ID of the command execution.
 
#execution_id=
def execution_id=(value) -> ::String
    Parameter
    
  - value (::String) — The unique ID of the command execution.
 
    Returns
    
  - (::String) — The unique ID of the command execution.
 
#force
def force() -> ::Boolean
    Returns
    
  - (::Boolean) — If true, the execution is terminated forcefully (SIGKILL). If false, the execution is stopped gracefully, giving it time for cleanup.
 
#force=
def force=(value) -> ::Boolean
    Parameter
    
  - value (::Boolean) — If true, the execution is terminated forcefully (SIGKILL). If false, the execution is stopped gracefully, giving it time for cleanup.
 
    Returns
    
  - (::Boolean) — If true, the execution is terminated forcefully (SIGKILL). If false, the execution is stopped gracefully, giving it time for cleanup.
 
#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.