Package lgraph

Interface Lgraph.VertexDataOrBuilder

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

    public static interface Lgraph.VertexDataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasVid

        boolean hasVid()
        required int64 vid = 1;
      • getVid

        long getVid()
        required int64 vid = 1;
      • hasLabel

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

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

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

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

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

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

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

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