Package lgraph

Interface Lgraph.EdgeDataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Lgraph.EdgeData, Lgraph.EdgeData.Builder
    Enclosing class:
    Lgraph

    public static interface Lgraph.EdgeDataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 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;
      • hasLabel

        boolean hasLabel()
        required string label = 6;
      • getLabel

        String getLabel()
        required string label = 6;
      • getLabelBytes

        com.google.protobuf.ByteString getLabelBytes()
        required string label = 6;
      • getPropertiesList

        List<Lgraph.Property> getPropertiesList()
        repeated .lgraph.Property properties = 7;
      • getProperties

        Lgraph.Property getProperties​(int index)
        repeated .lgraph.Property properties = 7;
      • getPropertiesCount

        int getPropertiesCount()
        repeated .lgraph.Property properties = 7;
      • getPropertiesOrBuilderList

        List<? extends Lgraph.PropertyOrBuilder> getPropertiesOrBuilderList()
        repeated .lgraph.Property properties = 7;
      • getPropertiesOrBuilder

        Lgraph.PropertyOrBuilder getPropertiesOrBuilder​(int index)
        repeated .lgraph.Property properties = 7;