Package lgraph

Interface Lgraph.AddVertexesResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getVid​(int index)
      returns list of vids of each vertex if successful, otherwise -1
      int getVidCount()
      returns list of vids of each vertex if successful, otherwise -1
      List<Long> getVidList()
      returns list of vids of each vertex if successful, otherwise -1
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;