Package lgraph

Interface Lgraph.CypherRequestOrBuilder

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

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

      • hasQuery

        boolean hasQuery()
        required string query = 1;
      • getQuery

        String getQuery()
        required string query = 1;
      • getQueryBytes

        com.google.protobuf.ByteString getQueryBytes()
        required string query = 1;
      • getParamNamesList

        List<String> getParamNamesList()
        repeated string param_names = 2;
      • getParamNamesCount

        int getParamNamesCount()
        repeated string param_names = 2;
      • getParamNames

        String getParamNames​(int index)
        repeated string param_names = 2;
      • getParamNamesBytes

        com.google.protobuf.ByteString getParamNamesBytes​(int index)
        repeated string param_names = 2;
      • hasParamValues

        boolean hasParamValues()
        optional .lgraph.ListOfProtoFieldData param_values = 3;
      • hasResultInJsonFormat

        boolean hasResultInJsonFormat()
        required bool result_in_json_format = 4;
      • getResultInJsonFormat

        boolean getResultInJsonFormat()
        required bool result_in_json_format = 4;
      • hasGraph

        boolean hasGraph()
        optional string graph = 5;
      • getGraph

        String getGraph()
        optional string graph = 5;
      • getGraphBytes

        com.google.protobuf.ByteString getGraphBytes()
        optional string graph = 5;
      • hasTimeout

        boolean hasTimeout()
        optional double timeout = 6;
      • getTimeout

        double getTimeout()
        optional double timeout = 6;