Class: Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::Line

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

Contains information about a single line from logs.

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns Text content of the log line.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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