Package lgraph
Interface Lgraph.DelEdgeRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.DelEdgeRequest,Lgraph.DelEdgeRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.DelEdgeRequestOrBuilder 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;longgetLid()required int64 lid = 3;longgetSrc()required int64 src = 1;longgetTid()required int64 tid = 2;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;-
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;
-
-