Package lgraph
Interface Lgraph.AddVertexesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.AddVertexesResponse,Lgraph.AddVertexesResponse.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.AddVertexesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetVid(int index)returns list of vids of each vertex if successful, otherwise -1intgetVidCount()returns list of vids of each vertex if successful, otherwise -1List<Long>getVidList()returns list of vids of each vertex if successful, otherwise -1-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVidList
List<Long> getVidList()
returns list of vids of each vertex if successful, otherwise -1
repeated int64 vid = 1;
-
getVidCount
int getVidCount()
returns list of vids of each vertex if successful, otherwise -1
repeated int64 vid = 1;
-
getVid
long getVid(int index)
returns list of vids of each vertex if successful, otherwise -1
repeated int64 vid = 1;
-
-