Cloud Composer v1 API - Class PollAirflowCommandResponse.Types.Line (2.4.0)

public sealed class PollAirflowCommandResponse.Types.Line : IMessage<PollAirflowCommandResponse.Types.Line>, IEquatable<PollAirflowCommandResponse.Types.Line>, IDeepCloneable<PollAirflowCommandResponse.Types.Line>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class PollAirflowCommandResponse.Types.Line.

Contains information about a single line from logs.

Inheritance

object > PollAirflowCommandResponse.Types.Line

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

Line()

public Line()

Line(Line)

public Line(PollAirflowCommandResponse.Types.Line other)
Parameter
NameDescription
otherPollAirflowCommandResponseTypesLine

Properties

Content

public string Content { get; set; }

Text content of the log line.

Property Value
TypeDescription
string

LineNumber

public int LineNumber { get; set; }

Number of the line.

Property Value
TypeDescription
int