Google Cloud Orchestration Airflow V1 Client - Class Line (1.3.0)

Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class Line.

Contains information about a single line from logs.

Generated from protobuf message google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1 \ PollAirflowCommandResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ line_number int

Number of the line.

↳ content string

Text content of the log line.

getLineNumber

Number of the line.

Returns
TypeDescription
int

setLineNumber

Number of the line.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getContent

Text content of the log line.

Returns
TypeDescription
string

setContent

Text content of the log line.

Parameter
NameDescription
var string
Returns
TypeDescription
$this