Class: Google::Cloud::Orchestration::Airflow::Service::V1::ExecuteAirflowCommandResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::ExecuteAirflowCommandResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Response to ExecuteAirflowCommandRequest.
Instance Attribute Summary collapse
-
#error ⇒ ::String
Error message.
-
#execution_id ⇒ ::String
The unique ID of the command execution for polling.
-
#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
#error ⇒ ::String
Returns Error message. Empty if there was no error.
261 262 263 264 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 261 class ExecuteAirflowCommandResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#execution_id ⇒ ::String
Returns The unique ID of the command execution for polling.
261 262 263 264 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 261 class ExecuteAirflowCommandResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pod ⇒ ::String
Returns The name of the pod where the command is executed.
261 262 263 264 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 261 class ExecuteAirflowCommandResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pod_namespace ⇒ ::String
Returns The namespace of the pod where the command is executed.
261 262 263 264 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 261 class ExecuteAirflowCommandResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |