public static interface PollAirflowCommandResponse.LineOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Text content of the log line.
|
com.google.protobuf.ByteString |
getContentBytes()
Text content of the log line.
|
int |
getLineNumber()
Number of the line.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLineNumber()
Number of the line.
int32 line_number = 1;String getContent()
Text content of the log line.
string content = 2;com.google.protobuf.ByteString getContentBytes()
Text content of the log line.
string content = 2;Copyright © 2023 Google LLC. All rights reserved.