Package lgraph

Interface Lgraph.AddEdgesRequestOrBuilder

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

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

      • hasLabel

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

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

        com.google.protobuf.ByteString getLabelBytes()
        required string label = 1;
      • getFieldsList

        List<String> getFieldsList()
        repeated string fields = 2;
      • getFieldsCount

        int getFieldsCount()
        repeated string fields = 2;
      • getFields

        String getFields​(int index)
        repeated string fields = 2;
      • getFieldsBytes

        com.google.protobuf.ByteString getFieldsBytes​(int index)
        repeated string fields = 2;
      • getEdgesCount

        int getEdgesCount()
        repeated .lgraph.SrcDstFieldValues edges = 3;