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 booleangetBeginEnd()required bool begin_end = 3;StringgetContent()optional string content = 9;com.google.protobuf.ByteStringgetContentBytes()optional string content = 9;StringgetGraph()optional string graph = 5;com.google.protobuf.ByteStringgetGraphBytes()optional string graph = 5;longgetIndex()required int64 index = 1;booleangetReadWrite()optional bool read_write = 7;booleangetSuccess()optional bool success = 8;longgetTime()required int64 time = 2;Lgraph.LogApiTypegetType()optional .lgraph.LogApiType type = 6;StringgetUser()optional string user = 4;com.google.protobuf.ByteStringgetUserBytes()optional string user = 4;booleanhasBeginEnd()required bool begin_end = 3;booleanhasContent()optional string content = 9;booleanhasGraph()optional string graph = 5;booleanhasIndex()required int64 index = 1;booleanhasReadWrite()optional bool read_write = 7;booleanhasSuccess()optional bool success = 8;booleanhasTime()required int64 time = 2;booleanhasType()optional .lgraph.LogApiType type = 6;booleanhasUser()optional string user = 4;-
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;
-
getType
Lgraph.LogApiType getType()
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;
-
-