public static interface Lgraph.LogMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIndex()
required int64 index = 1;long getIndex()
required int64 index = 1;boolean hasTime()
required int64 time = 2;long getTime()
required int64 time = 2;boolean hasBeginEnd()
required bool begin_end = 3;boolean getBeginEnd()
required bool begin_end = 3;boolean hasUser()
optional string user = 4;String getUser()
optional string user = 4;com.google.protobuf.ByteString getUserBytes()
optional string user = 4;boolean hasGraph()
optional string graph = 5;String getGraph()
optional string graph = 5;com.google.protobuf.ByteString getGraphBytes()
optional string graph = 5;boolean hasType()
optional .lgraph.LogApiType type = 6;Lgraph.LogApiType getType()
optional .lgraph.LogApiType type = 6;boolean hasReadWrite()
optional bool read_write = 7;boolean getReadWrite()
optional bool read_write = 7;boolean hasSuccess()
optional bool success = 8;boolean getSuccess()
optional bool success = 8;boolean hasContent()
optional string content = 9;String getContent()
optional string content = 9;com.google.protobuf.ByteString getContentBytes()
optional string content = 9;Copyright © 2023 Ant Group. All rights reserved.