Class PollAirflowCommandResponse.Line (1.41.0)

public static final class PollAirflowCommandResponse.Line extends GeneratedMessageV3 implements PollAirflowCommandResponse.LineOrBuilder

Contains information about a single line from logs.

Protobuf type google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PollAirflowCommandResponse.Line

Static Fields

CONTENT_FIELD_NUMBER

public static final int CONTENT_FIELD_NUMBER
Field Value
TypeDescription
int

LINE_NUMBER_FIELD_NUMBER

public static final int LINE_NUMBER_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static PollAirflowCommandResponse.Line getDefaultInstance()
Returns
TypeDescription
PollAirflowCommandResponse.Line

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static PollAirflowCommandResponse.Line.Builder newBuilder()
Returns
TypeDescription
PollAirflowCommandResponse.Line.Builder

newBuilder(PollAirflowCommandResponse.Line prototype)

public static PollAirflowCommandResponse.Line.Builder newBuilder(PollAirflowCommandResponse.Line prototype)
Parameter
NameDescription
prototypePollAirflowCommandResponse.Line
Returns
TypeDescription
PollAirflowCommandResponse.Line.Builder

parseDelimitedFrom(InputStream input)

public static PollAirflowCommandResponse.Line parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PollAirflowCommandResponse.Line
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PollAirflowCommandResponse.Line parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PollAirflowCommandResponse.Line
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static PollAirflowCommandResponse.Line parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
PollAirflowCommandResponse.Line
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static PollAirflowCommandResponse.Line parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PollAirflowCommandResponse.Line
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static PollAirflowCommandResponse.Line parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
PollAirflowCommandResponse.Line
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static PollAirflowCommandResponse.Line parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PollAirflowCommandResponse.Line
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static PollAirflowCommandResponse.Line parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
PollAirflowCommandResponse.Line
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static PollAirflowCommandResponse.Line parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PollAirflowCommandResponse.Line
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static PollAirflowCommandResponse.Line parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PollAirflowCommandResponse.Line
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PollAirflowCommandResponse.Line parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PollAirflowCommandResponse.Line
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static PollAirflowCommandResponse.Line parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
PollAirflowCommandResponse.Line
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static PollAirflowCommandResponse.Line parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PollAirflowCommandResponse.Line
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<PollAirflowCommandResponse.Line> parser()
Returns
TypeDescription
Parser<Line>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getContent()

public String getContent()

Text content of the log line.

string content = 2;

Returns
TypeDescription
String

The content.

getContentBytes()

public ByteString getContentBytes()

Text content of the log line.

string content = 2;

Returns
TypeDescription
ByteString

The bytes for content.

getDefaultInstanceForType()

public PollAirflowCommandResponse.Line getDefaultInstanceForType()
Returns
TypeDescription
PollAirflowCommandResponse.Line

getLineNumber()

public int getLineNumber()

Number of the line.

int32 line_number = 1;

Returns
TypeDescription
int

The lineNumber.

getParserForType()

public Parser<PollAirflowCommandResponse.Line> getParserForType()
Returns
TypeDescription
Parser<Line>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public PollAirflowCommandResponse.Line.Builder newBuilderForType()
Returns
TypeDescription
PollAirflowCommandResponse.Line.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected PollAirflowCommandResponse.Line.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
PollAirflowCommandResponse.Line.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public PollAirflowCommandResponse.Line.Builder toBuilder()
Returns
TypeDescription
PollAirflowCommandResponse.Line.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException