Package lgraph

Interface Lgraph.CypherResponseOrBuilder

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

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

      • hasJsonResult

        boolean hasJsonResult()
        optional string json_result = 1;
      • getJsonResult

        String getJsonResult()
        optional string json_result = 1;
      • getJsonResultBytes

        com.google.protobuf.ByteString getJsonResultBytes()
        optional string json_result = 1;
      • hasBinaryResult

        boolean hasBinaryResult()
        optional .lgraph.CypherResult binary_result = 2;
      • getBinaryResult

        Lgraph.CypherResult getBinaryResult()
        optional .lgraph.CypherResult binary_result = 2;