Package lgraph
Interface Lgraph.EdgeDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.EdgeData,Lgraph.EdgeData.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.EdgeDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDst()required int64 dst = 4;longgetEid()required int64 eid = 5;StringgetLabel()required string label = 6;com.google.protobuf.ByteStringgetLabelBytes()required string label = 6;longgetLid()required int64 lid = 3;Lgraph.PropertygetProperties(int index)repeated .lgraph.Property properties = 7;intgetPropertiesCount()repeated .lgraph.Property properties = 7;List<Lgraph.Property>getPropertiesList()repeated .lgraph.Property properties = 7;Lgraph.PropertyOrBuildergetPropertiesOrBuilder(int index)repeated .lgraph.Property properties = 7;List<? extends Lgraph.PropertyOrBuilder>getPropertiesOrBuilderList()repeated .lgraph.Property properties = 7;longgetSrc()required int64 src = 1;longgetTid()required int64 tid = 2;booleanhasDst()required int64 dst = 4;booleanhasEid()required int64 eid = 5;booleanhasLabel()required string label = 6;booleanhasLid()required int64 lid = 3;booleanhasSrc()required int64 src = 1;booleanhasTid()required int64 tid = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSrc
boolean hasSrc()
required int64 src = 1;
-
getSrc
long getSrc()
required int64 src = 1;
-
hasTid
boolean hasTid()
required int64 tid = 2;
-
getTid
long getTid()
required int64 tid = 2;
-
hasLid
boolean hasLid()
required int64 lid = 3;
-
getLid
long getLid()
required int64 lid = 3;
-
hasDst
boolean hasDst()
required int64 dst = 4;
-
getDst
long getDst()
required int64 dst = 4;
-
hasEid
boolean hasEid()
required int64 eid = 5;
-
getEid
long getEid()
required int64 eid = 5;
-
hasLabel
boolean hasLabel()
required string label = 6;
-
getLabel
String getLabel()
required string label = 6;
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()
required string label = 6;
-
getPropertiesList
List<Lgraph.Property> getPropertiesList()
repeated .lgraph.Property properties = 7;
-
getProperties
Lgraph.Property getProperties(int index)
repeated .lgraph.Property properties = 7;
-
getPropertiesCount
int getPropertiesCount()
repeated .lgraph.Property properties = 7;
-
getPropertiesOrBuilderList
List<? extends Lgraph.PropertyOrBuilder> getPropertiesOrBuilderList()
repeated .lgraph.Property properties = 7;
-
getPropertiesOrBuilder
Lgraph.PropertyOrBuilder getPropertiesOrBuilder(int index)
repeated .lgraph.Property properties = 7;
-
-