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
      long getEids​(int index)
      repeated int64 eids = 3;
      int getEidsCount()
      repeated int64 eids = 3;
      List<Long> getEidsList()
      repeated int64 eids = 3;
      long getLid()
      required int64 lid = 1;
      long getTid()
      required int64 tid = 2;
      boolean hasLid()
      required int64 lid = 1;
      boolean hasTid()
      required int64 tid = 2;
      • 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

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

        List<Long> getEidsList()
        repeated int64 eids = 3;
      • getEidsCount

        int getEidsCount()
        repeated int64 eids = 3;
      • getEids

        long getEids​(int index)
        repeated int64 eids = 3;