public static interface Lgraph.EdgeDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDst()
required int64 dst = 4; |
long |
getEid()
required int64 eid = 5; |
String |
getLabel()
required string label = 6; |
com.google.protobuf.ByteString |
getLabelBytes()
required string label = 6; |
long |
getLid()
required int64 lid = 3; |
Lgraph.Property |
getProperties(int index)
repeated .lgraph.Property properties = 7; |
int |
getPropertiesCount()
repeated .lgraph.Property properties = 7; |
List<Lgraph.Property> |
getPropertiesList()
repeated .lgraph.Property properties = 7; |
Lgraph.PropertyOrBuilder |
getPropertiesOrBuilder(int index)
repeated .lgraph.Property properties = 7; |
List<? extends Lgraph.PropertyOrBuilder> |
getPropertiesOrBuilderList()
repeated .lgraph.Property properties = 7; |
long |
getSrc()
required int64 src = 1; |
long |
getTid()
required int64 tid = 2; |
boolean |
hasDst()
required int64 dst = 4; |
boolean |
hasEid()
required int64 eid = 5; |
boolean |
hasLabel()
required string label = 6; |
boolean |
hasLid()
required int64 lid = 3; |
boolean |
hasSrc()
required int64 src = 1; |
boolean |
hasTid()
required int64 tid = 2; |
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;boolean hasLabel()
required string label = 6;String getLabel()
required string label = 6;com.google.protobuf.ByteString getLabelBytes()
required string label = 6;List<Lgraph.Property> getPropertiesList()
repeated .lgraph.Property properties = 7;Lgraph.Property getProperties(int index)
repeated .lgraph.Property properties = 7;int getPropertiesCount()
repeated .lgraph.Property properties = 7;List<? extends Lgraph.PropertyOrBuilder> getPropertiesOrBuilderList()
repeated .lgraph.Property properties = 7;Lgraph.PropertyOrBuilder getPropertiesOrBuilder(int index)
repeated .lgraph.Property properties = 7;Copyright © 2023 Ant Group. All rights reserved.