Package lgraph

Interface Lgraph.GraphApiResponseOrBuilder

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

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

      • hasAddLabelResponse

        boolean hasAddLabelResponse()
        optional .lgraph.AddLabelResponse add_label_response = 1;
      • getAddLabelResponse

        Lgraph.AddLabelResponse getAddLabelResponse()
        optional .lgraph.AddLabelResponse add_label_response = 1;
      • hasAddIndexResponse

        boolean hasAddIndexResponse()
        optional .lgraph.AddIndexResponse add_index_response = 2;
      • getAddIndexResponse

        Lgraph.AddIndexResponse getAddIndexResponse()
        optional .lgraph.AddIndexResponse add_index_response = 2;
      • hasAddVertexesResponse

        boolean hasAddVertexesResponse()
        optional .lgraph.AddVertexesResponse add_vertexes_response = 3;
      • getAddVertexesResponse

        Lgraph.AddVertexesResponse getAddVertexesResponse()
        optional .lgraph.AddVertexesResponse add_vertexes_response = 3;
      • hasAddEdgesResponse

        boolean hasAddEdgesResponse()
        optional .lgraph.AddEdgesResponse add_edges_response = 4;
      • getAddEdgesResponse

        Lgraph.AddEdgesResponse getAddEdgesResponse()
        optional .lgraph.AddEdgesResponse add_edges_response = 4;
      • hasDelIndexResponse

        boolean hasDelIndexResponse()
        optional .lgraph.DelIndexResponse del_index_response = 5;
      • getDelIndexResponse

        Lgraph.DelIndexResponse getDelIndexResponse()
        optional .lgraph.DelIndexResponse del_index_response = 5;
      • hasDelVertexResponse

        boolean hasDelVertexResponse()
        optional .lgraph.DelVertexResponse del_vertex_response = 6;
      • getDelVertexResponse

        Lgraph.DelVertexResponse getDelVertexResponse()
        optional .lgraph.DelVertexResponse del_vertex_response = 6;
      • hasDelEdgeResponse

        boolean hasDelEdgeResponse()
        optional .lgraph.DelEdgeResponse del_edge_response = 7;
      • getDelEdgeResponse

        Lgraph.DelEdgeResponse getDelEdgeResponse()
        optional .lgraph.DelEdgeResponse del_edge_response = 7;
      • hasModVertexResponse

        boolean hasModVertexResponse()
        optional .lgraph.ModVertexResponse mod_vertex_response = 8;
      • getModVertexResponse

        Lgraph.ModVertexResponse getModVertexResponse()
        optional .lgraph.ModVertexResponse mod_vertex_response = 8;
      • hasModEdgeResponse

        boolean hasModEdgeResponse()
        optional .lgraph.ModEdgeResponse mod_edge_response = 9;
      • getModEdgeResponse

        Lgraph.ModEdgeResponse getModEdgeResponse()
        optional .lgraph.ModEdgeResponse mod_edge_response = 9;
      • hasSubGraphResponse

        boolean hasSubGraphResponse()
        optional .lgraph.SubGraphResponse sub_graph_response = 10;
      • getSubGraphResponse

        Lgraph.SubGraphResponse getSubGraphResponse()
        optional .lgraph.SubGraphResponse sub_graph_response = 10;
      • hasFlushResponse

        boolean hasFlushResponse()
        optional .lgraph.FlushResponse flush_response = 11;
      • getFlushResponse

        Lgraph.FlushResponse getFlushResponse()
        optional .lgraph.FlushResponse flush_response = 11;