public static interface Lgraph.ModEdgeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDst()
required int64 dst = 4; |
long |
getEid()
required int64 eid = 5; |
String |
getFields(int index)
repeated string fields = 6; |
com.google.protobuf.ByteString |
getFieldsBytes(int index)
repeated string fields = 6; |
int |
getFieldsCount()
repeated string fields = 6; |
List<String> |
getFieldsList()
repeated string fields = 6; |
long |
getLid()
required int64 lid = 3; |
long |
getSrc()
required int64 src = 1; |
long |
getTid()
required int64 tid = 2; |
Lgraph.ListOfProtoFieldData |
getValues()
required .lgraph.ListOfProtoFieldData values = 7; |
Lgraph.ListOfProtoFieldDataOrBuilder |
getValuesOrBuilder()
required .lgraph.ListOfProtoFieldData values = 7; |
boolean |
hasDst()
required int64 dst = 4; |
boolean |
hasEid()
required int64 eid = 5; |
boolean |
hasLid()
required int64 lid = 3; |
boolean |
hasSrc()
required int64 src = 1; |
boolean |
hasTid()
required int64 tid = 2; |
boolean |
hasValues()
required .lgraph.ListOfProtoFieldData values = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSrc()
required int64 src = 1;long getSrc()
required int64 src = 1;boolean hasTid()
required int64 tid = 2;long getTid()
required int64 tid = 2;boolean hasLid()
required int64 lid = 3;long getLid()
required int64 lid = 3;boolean hasDst()
required int64 dst = 4;long getDst()
required int64 dst = 4;boolean hasEid()
required int64 eid = 5;long getEid()
required int64 eid = 5;int getFieldsCount()
repeated string fields = 6;String getFields(int index)
repeated string fields = 6;com.google.protobuf.ByteString getFieldsBytes(int index)
repeated string fields = 6;boolean hasValues()
required .lgraph.ListOfProtoFieldData values = 7;Lgraph.ListOfProtoFieldData getValues()
required .lgraph.ListOfProtoFieldData values = 7;Lgraph.ListOfProtoFieldDataOrBuilder getValuesOrBuilder()
required .lgraph.ListOfProtoFieldData values = 7;Copyright © 2023 Ant Group. All rights reserved.