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.
Implements
IMessagePollAirflowCommandResponseTypesLine, IEquatablePollAirflowCommandResponseTypesLine, IDeepCloneablePollAirflowCommandResponseTypesLine, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
Line()
public Line()
Line(Line)
public Line(PollAirflowCommandResponse.Types.Line other)
Parameter | |
---|---|
Name | Description |
other | PollAirflowCommandResponseTypesLine |
Properties
Content
public string Content { get; set; }
Text content of the log line.
Property Value | |
---|---|
Type | Description |
string |
LineNumber
public int LineNumber { get; set; }
Number of the line.
Property Value | |
---|---|
Type | Description |
int |