Class: Google::Cloud::Orchestration::Airflow::Service::V1::ExecuteAirflowCommandRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::ExecuteAirflowCommandRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Execute Airflow Command request.
Instance Attribute Summary collapse
-
#command ⇒ ::String
Airflow command.
-
#environment ⇒ ::String
The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
-
#parameters ⇒ ::Array<::String>
Parameters for the Airflow command/subcommand as an array of arguments.
-
#subcommand ⇒ ::String
Airflow subcommand.
Instance Attribute Details
#command ⇒ ::String
Returns Airflow command.
243 244 245 246 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 243 class ExecuteAirflowCommandRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#environment ⇒ ::String
Returns The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
243 244 245 246 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 243 class ExecuteAirflowCommandRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parameters ⇒ ::Array<::String>
Returns Parameters for the Airflow command/subcommand as an array of arguments.
It may contain positional arguments like ["my-dag-id"]
, key-value
parameters like ["--foo=bar"]
or ["--foo","bar"]
,
or other flags like ["-f"]
.
243 244 245 246 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 243 class ExecuteAirflowCommandRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subcommand ⇒ ::String
Returns Airflow subcommand.
243 244 245 246 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 243 class ExecuteAirflowCommandRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |