Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::Line.
Contains information about a single line from logs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#content
def content() -> ::String
    Returns
    
  - (::String) — Text content of the log line.
#content=
def content=(value) -> ::String
    Parameter
    
  - value (::String) — Text content of the log line.
    Returns
    
  - (::String) — Text content of the log line.
#line_number
def line_number() -> ::Integer
    Returns
    
  - (::Integer) — Number of the line.
#line_number=
def line_number=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Number of the line.
    Returns
    
- (::Integer) — Number of the line.