Class: Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::Line
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::Line
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Contains information about a single line from logs.
Instance Attribute Summary collapse
-
#content ⇒ ::String
Text content of the log line.
-
#line_number ⇒ ::Integer
Number of the line.
Instance Attribute Details
#content ⇒ ::String
Returns Text content of the log line.
345 346 347 348 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 345 class Line include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#line_number ⇒ ::Integer
Returns Number of the line.
345 346 347 348 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 345 class Line include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |