Package lgraph
Interface Lgraph.AddEdgesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.AddEdgesResponse,Lgraph.AddEdgesResponse.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.AddEdgesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEids(int index)repeated int64 eids = 3;intgetEidsCount()repeated int64 eids = 3;List<Long>getEidsList()repeated int64 eids = 3;longgetLid()required int64 lid = 1;longgetTid()required int64 tid = 2;booleanhasLid()required int64 lid = 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
-
hasLid
boolean hasLid()
required int64 lid = 1;
-
getLid
long getLid()
required int64 lid = 1;
-
hasTid
boolean hasTid()
required int64 tid = 2;
-
getTid
long getTid()
required int64 tid = 2;
-
getEidsCount
int getEidsCount()
repeated int64 eids = 3;
-
getEids
long getEids(int index)
repeated int64 eids = 3;
-
-