Package binoculars
Interface BinocularsOuterClass.LogLineOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BinocularsOuterClass.LogLine,BinocularsOuterClass.LogLine.Builder
- Enclosing class:
- BinocularsOuterClass
public static interface BinocularsOuterClass.LogLineOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLine()string line = 2;com.google.protobuf.ByteStringgetLineBytes()string line = 2;StringgetTimestamp()string timestamp = 1;com.google.protobuf.ByteStringgetTimestampBytes()string timestamp = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTimestamp
String getTimestamp()
string timestamp = 1;- Returns:
- The timestamp.
-
getTimestampBytes
com.google.protobuf.ByteString getTimestampBytes()
string timestamp = 1;- Returns:
- The bytes for timestamp.
-
getLine
String getLine()
string line = 2;- Returns:
- The line.
-
getLineBytes
com.google.protobuf.ByteString getLineBytes()
string line = 2;- Returns:
- The bytes for line.
-
-