Interface PollAirflowCommandResponse.LineOrBuilder (1.41.0)

public static interface PollAirflowCommandResponse.LineOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContent()

public abstract String getContent()

Text content of the log line.

string content = 2;

Returns
TypeDescription
String

The content.

getContentBytes()

public abstract ByteString getContentBytes()

Text content of the log line.

string content = 2;

Returns
TypeDescription
ByteString

The bytes for content.

getLineNumber()

public abstract int getLineNumber()

Number of the line.

int32 line_number = 1;

Returns
TypeDescription
int

The lineNumber.