Package lgraph

Interface Lgraph.AddLabelRequestOrBuilder

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

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

      • hasIsVertex

        boolean hasIsVertex()
        required bool is_vertex = 1;
      • getIsVertex

        boolean getIsVertex()
        required bool is_vertex = 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;
      • hasPrimary

        boolean hasPrimary()
        optional string primary = 3;
      • getPrimary

        String getPrimary()
        optional string primary = 3;
      • getPrimaryBytes

        com.google.protobuf.ByteString getPrimaryBytes()
        optional string primary = 3;
      • getEdgeConstraintsList

        List<Lgraph.EdgeConstraint> getEdgeConstraintsList()
        repeated .lgraph.EdgeConstraint edge_constraints = 4;
      • getEdgeConstraints

        Lgraph.EdgeConstraint getEdgeConstraints​(int index)
        repeated .lgraph.EdgeConstraint edge_constraints = 4;
      • getEdgeConstraintsCount

        int getEdgeConstraintsCount()
        repeated .lgraph.EdgeConstraint edge_constraints = 4;
      • getEdgeConstraintsOrBuilder

        Lgraph.EdgeConstraintOrBuilder getEdgeConstraintsOrBuilder​(int index)
        repeated .lgraph.EdgeConstraint edge_constraints = 4;
      • getFieldsCount

        int getFieldsCount()
        repeated .lgraph.ProtoFieldSpec fields = 5;