Class: Google::Cloud::Orchestration::Airflow::Service::V1::StopAirflowCommandRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::StopAirflowCommandRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Stop Airflow Command request.
Instance Attribute Summary collapse
-
#environment ⇒ ::String
The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
-
#execution_id ⇒ ::String
The unique ID of the command execution.
-
#force ⇒ ::Boolean
If true, the execution is terminated forcefully (SIGKILL).
-
#pod ⇒ ::String
The name of the pod where the command is executed.
-
#pod_namespace ⇒ ::String
The namespace of the pod where the command is executed.
Instance Attribute Details
#environment ⇒ ::String
Returns The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
284 285 286 287 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 284 class StopAirflowCommandRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#execution_id ⇒ ::String
Returns The unique ID of the command execution.
284 285 286 287 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 284 class StopAirflowCommandRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#force ⇒ ::Boolean
Returns If true, the execution is terminated forcefully (SIGKILL). If false, the execution is stopped gracefully, giving it time for cleanup.
284 285 286 287 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 284 class StopAirflowCommandRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pod ⇒ ::String
Returns The name of the pod where the command is executed.
284 285 286 287 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 284 class StopAirflowCommandRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pod_namespace ⇒ ::String
Returns The namespace of the pod where the command is executed.
284 285 286 287 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 284 class StopAirflowCommandRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |