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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lgraph.CypherResultgetBinaryResult()optional .lgraph.CypherResult binary_result = 2;Lgraph.CypherResultOrBuildergetBinaryResultOrBuilder()optional .lgraph.CypherResult binary_result = 2;StringgetJsonResult()optional string json_result = 1;com.google.protobuf.ByteStringgetJsonResultBytes()optional string json_result = 1;Lgraph.CypherResponse.ResultCasegetResultCase()booleanhasBinaryResult()optional .lgraph.CypherResult binary_result = 2;booleanhasJsonResult()optional string json_result = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getBinaryResultOrBuilder
Lgraph.CypherResultOrBuilder getBinaryResultOrBuilder()
optional .lgraph.CypherResult binary_result = 2;
-
getResultCase
Lgraph.CypherResponse.ResultCase getResultCase()
-
-