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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGraph()optional string graph = 5;com.google.protobuf.ByteStringgetGraphBytes()optional string graph = 5;StringgetParamNames(int index)repeated string param_names = 2;com.google.protobuf.ByteStringgetParamNamesBytes(int index)repeated string param_names = 2;intgetParamNamesCount()repeated string param_names = 2;List<String>getParamNamesList()repeated string param_names = 2;Lgraph.ListOfProtoFieldDatagetParamValues()optional .lgraph.ListOfProtoFieldData param_values = 3;Lgraph.ListOfProtoFieldDataOrBuildergetParamValuesOrBuilder()optional .lgraph.ListOfProtoFieldData param_values = 3;StringgetQuery()required string query = 1;com.google.protobuf.ByteStringgetQueryBytes()required string query = 1;booleangetResultInJsonFormat()required bool result_in_json_format = 4;doublegetTimeout()optional double timeout = 6;booleanhasGraph()optional string graph = 5;booleanhasParamValues()optional .lgraph.ListOfProtoFieldData param_values = 3;booleanhasQuery()required string query = 1;booleanhasResultInJsonFormat()required bool result_in_json_format = 4;booleanhasTimeout()optional double timeout = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
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;
-
getParamValues
Lgraph.ListOfProtoFieldData getParamValues()
optional .lgraph.ListOfProtoFieldData param_values = 3;
-
getParamValuesOrBuilder
Lgraph.ListOfProtoFieldDataOrBuilder getParamValuesOrBuilder()
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;
-
-