Package lgraph

Interface Lgraph.LogMessageOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Lgraph.LogMessage, Lgraph.LogMessage.Builder
    Enclosing class:
    Lgraph

    public static interface Lgraph.LogMessageOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getBeginEnd()
      required bool begin_end = 3;
      String getContent()
      optional string content = 9;
      com.google.protobuf.ByteString getContentBytes()
      optional string content = 9;
      String getGraph()
      optional string graph = 5;
      com.google.protobuf.ByteString getGraphBytes()
      optional string graph = 5;
      long getIndex()
      required int64 index = 1;
      boolean getReadWrite()
      optional bool read_write = 7;
      boolean getSuccess()
      optional bool success = 8;
      long getTime()
      required int64 time = 2;
      Lgraph.LogApiType getType()
      optional .lgraph.LogApiType type = 6;
      String getUser()
      optional string user = 4;
      com.google.protobuf.ByteString getUserBytes()
      optional string user = 4;
      boolean hasBeginEnd()
      required bool begin_end = 3;
      boolean hasContent()
      optional string content = 9;
      boolean hasGraph()
      optional string graph = 5;
      boolean hasIndex()
      required int64 index = 1;
      boolean hasReadWrite()
      optional bool read_write = 7;
      boolean hasSuccess()
      optional bool success = 8;
      boolean hasTime()
      required int64 time = 2;
      boolean hasType()
      optional .lgraph.LogApiType type = 6;
      boolean hasUser()
      optional string user = 4;
      • 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

      • hasIndex

        boolean hasIndex()
        required int64 index = 1;
      • getIndex

        long getIndex()
        required int64 index = 1;
      • hasTime

        boolean hasTime()
        required int64 time = 2;
      • getTime

        long getTime()
        required int64 time = 2;
      • hasBeginEnd

        boolean hasBeginEnd()
        required bool begin_end = 3;
      • getBeginEnd

        boolean getBeginEnd()
        required bool begin_end = 3;
      • hasUser

        boolean hasUser()
        optional string user = 4;
      • getUser

        String getUser()
        optional string user = 4;
      • getUserBytes

        com.google.protobuf.ByteString getUserBytes()
        optional string user = 4;
      • hasGraph

        boolean hasGraph()
        optional string graph = 5;
      • getGraph

        String getGraph()
        optional string graph = 5;
      • getGraphBytes

        com.google.protobuf.ByteString getGraphBytes()
        optional string graph = 5;
      • hasType

        boolean hasType()
        optional .lgraph.LogApiType type = 6;
      • hasReadWrite

        boolean hasReadWrite()
        optional bool read_write = 7;
      • getReadWrite

        boolean getReadWrite()
        optional bool read_write = 7;
      • hasSuccess

        boolean hasSuccess()
        optional bool success = 8;
      • getSuccess

        boolean getSuccess()
        optional bool success = 8;
      • hasContent

        boolean hasContent()
        optional string content = 9;
      • getContent

        String getContent()
        optional string content = 9;
      • getContentBytes

        com.google.protobuf.ByteString getContentBytes()
        optional string content = 9;