Package lgraph
Interface Lgraph.ModEdgeRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.ModEdgeRequest,Lgraph.ModEdgeRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.ModEdgeRequestOrBuilder 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;StringgetFields(int index)repeated string fields = 6;com.google.protobuf.ByteStringgetFieldsBytes(int index)repeated string fields = 6;intgetFieldsCount()repeated string fields = 6;List<String>getFieldsList()repeated string fields = 6;longgetLid()required int64 lid = 3;longgetSrc()required int64 src = 1;longgetTid()required int64 tid = 2;Lgraph.ListOfProtoFieldDatagetValues()required .lgraph.ListOfProtoFieldData values = 7;Lgraph.ListOfProtoFieldDataOrBuildergetValuesOrBuilder()required .lgraph.ListOfProtoFieldData values = 7;booleanhasDst()required int64 dst = 4;booleanhasEid()required int64 eid = 5;booleanhasLid()required int64 lid = 3;booleanhasSrc()required int64 src = 1;booleanhasTid()required int64 tid = 2;booleanhasValues()required .lgraph.ListOfProtoFieldData values = 7;-
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;
-
getFieldsCount
int getFieldsCount()
repeated string fields = 6;
-
getFields
String getFields(int index)
repeated string fields = 6;
-
getFieldsBytes
com.google.protobuf.ByteString getFieldsBytes(int index)
repeated string fields = 6;
-
hasValues
boolean hasValues()
required .lgraph.ListOfProtoFieldData values = 7;
-
getValues
Lgraph.ListOfProtoFieldData getValues()
required .lgraph.ListOfProtoFieldData values = 7;
-
getValuesOrBuilder
Lgraph.ListOfProtoFieldDataOrBuilder getValuesOrBuilder()
required .lgraph.ListOfProtoFieldData values = 7;
-
-