Package binoculars

Interface BinocularsOuterClass.LogLineOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getLine()
      string line = 2;
      com.google.protobuf.ByteString getLineBytes()
      string line = 2;
      String getTimestamp()
      string timestamp = 1;
      com.google.protobuf.ByteString getTimestampBytes()
      string timestamp = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.