Class: Google::Cloud::Orchestration::Airflow::Service::V1::ExecuteAirflowCommandRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#command::String

Returns Airflow command.

Returns:

  • (::String)

    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}".

Returns:

  • (::String)

    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"].

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::String)

    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