Package lgraph
Class Lgraph.CypherRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- lgraph.Lgraph.CypherRequest
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,Lgraph.CypherRequestOrBuilder
- Enclosing class:
- Lgraph
public static final class Lgraph.CypherRequest extends com.google.protobuf.GeneratedMessageV3 implements Lgraph.CypherRequestOrBuilder
Protobuf typelgraph.CypherRequest- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLgraph.CypherRequest.BuilderProtobuf typelgraph.CypherRequest-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intGRAPH_FIELD_NUMBERstatic intPARAM_NAMES_FIELD_NUMBERstatic intPARAM_VALUES_FIELD_NUMBERstatic com.google.protobuf.Parser<Lgraph.CypherRequest>PARSERDeprecated.static intQUERY_FIELD_NUMBERstatic intRESULT_IN_JSON_FORMAT_FIELD_NUMBERstatic intTIMEOUT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static Lgraph.CypherRequestgetDefaultInstance()Lgraph.CypherRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()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;com.google.protobuf.ProtocolStringListgetParamNamesList()repeated string param_names = 2;Lgraph.ListOfProtoFieldDatagetParamValues()optional .lgraph.ListOfProtoFieldData param_values = 3;Lgraph.ListOfProtoFieldDataOrBuildergetParamValuesOrBuilder()optional .lgraph.ListOfProtoFieldData param_values = 3;com.google.protobuf.Parser<Lgraph.CypherRequest>getParserForType()StringgetQuery()required string query = 1;com.google.protobuf.ByteStringgetQueryBytes()required string query = 1;booleangetResultInJsonFormat()required bool result_in_json_format = 4;intgetSerializedSize()doublegetTimeout()optional double timeout = 6;com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasGraph()optional string graph = 5;inthashCode()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;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Lgraph.CypherRequest.BuildernewBuilder()static Lgraph.CypherRequest.BuildernewBuilder(Lgraph.CypherRequest prototype)Lgraph.CypherRequest.BuildernewBuilderForType()protected Lgraph.CypherRequest.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static Lgraph.CypherRequestparseDelimitedFrom(InputStream input)static Lgraph.CypherRequestparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.CypherRequestparseFrom(byte[] data)static Lgraph.CypherRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.CypherRequestparseFrom(com.google.protobuf.ByteString data)static Lgraph.CypherRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.CypherRequestparseFrom(com.google.protobuf.CodedInputStream input)static Lgraph.CypherRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.CypherRequestparseFrom(InputStream input)static Lgraph.CypherRequestparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.CypherRequestparseFrom(ByteBuffer data)static Lgraph.CypherRequestparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Lgraph.CypherRequest>parser()Lgraph.CypherRequest.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
QUERY_FIELD_NUMBER
public static final int QUERY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARAM_NAMES_FIELD_NUMBER
public static final int PARAM_NAMES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARAM_VALUES_FIELD_NUMBER
public static final int PARAM_VALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESULT_IN_JSON_FORMAT_FIELD_NUMBER
public static final int RESULT_IN_JSON_FORMAT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GRAPH_FIELD_NUMBER
public static final int GRAPH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIMEOUT_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<Lgraph.CypherRequest> PARSER
Deprecated.
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasQuery
public boolean hasQuery()
required string query = 1;- Specified by:
hasQueryin interfaceLgraph.CypherRequestOrBuilder
-
getQuery
public String getQuery()
required string query = 1;- Specified by:
getQueryin interfaceLgraph.CypherRequestOrBuilder
-
getQueryBytes
public com.google.protobuf.ByteString getQueryBytes()
required string query = 1;- Specified by:
getQueryBytesin interfaceLgraph.CypherRequestOrBuilder
-
getParamNamesList
public com.google.protobuf.ProtocolStringList getParamNamesList()
repeated string param_names = 2;- Specified by:
getParamNamesListin interfaceLgraph.CypherRequestOrBuilder
-
getParamNamesCount
public int getParamNamesCount()
repeated string param_names = 2;- Specified by:
getParamNamesCountin interfaceLgraph.CypherRequestOrBuilder
-
getParamNames
public String getParamNames(int index)
repeated string param_names = 2;- Specified by:
getParamNamesin interfaceLgraph.CypherRequestOrBuilder
-
getParamNamesBytes
public com.google.protobuf.ByteString getParamNamesBytes(int index)
repeated string param_names = 2;- Specified by:
getParamNamesBytesin interfaceLgraph.CypherRequestOrBuilder
-
hasParamValues
public boolean hasParamValues()
optional .lgraph.ListOfProtoFieldData param_values = 3;- Specified by:
hasParamValuesin interfaceLgraph.CypherRequestOrBuilder
-
getParamValues
public Lgraph.ListOfProtoFieldData getParamValues()
optional .lgraph.ListOfProtoFieldData param_values = 3;- Specified by:
getParamValuesin interfaceLgraph.CypherRequestOrBuilder
-
getParamValuesOrBuilder
public Lgraph.ListOfProtoFieldDataOrBuilder getParamValuesOrBuilder()
optional .lgraph.ListOfProtoFieldData param_values = 3;- Specified by:
getParamValuesOrBuilderin interfaceLgraph.CypherRequestOrBuilder
-
hasResultInJsonFormat
public boolean hasResultInJsonFormat()
required bool result_in_json_format = 4;- Specified by:
hasResultInJsonFormatin interfaceLgraph.CypherRequestOrBuilder
-
getResultInJsonFormat
public boolean getResultInJsonFormat()
required bool result_in_json_format = 4;- Specified by:
getResultInJsonFormatin interfaceLgraph.CypherRequestOrBuilder
-
hasGraph
public boolean hasGraph()
optional string graph = 5;- Specified by:
hasGraphin interfaceLgraph.CypherRequestOrBuilder
-
getGraph
public String getGraph()
optional string graph = 5;- Specified by:
getGraphin interfaceLgraph.CypherRequestOrBuilder
-
getGraphBytes
public com.google.protobuf.ByteString getGraphBytes()
optional string graph = 5;- Specified by:
getGraphBytesin interfaceLgraph.CypherRequestOrBuilder
-
hasTimeout
public boolean hasTimeout()
optional double timeout = 6;- Specified by:
hasTimeoutin interfaceLgraph.CypherRequestOrBuilder
-
getTimeout
public double getTimeout()
optional double timeout = 6;- Specified by:
getTimeoutin interfaceLgraph.CypherRequestOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Lgraph.CypherRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Lgraph.CypherRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Lgraph.CypherRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Lgraph.CypherRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Lgraph.CypherRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Lgraph.CypherRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Lgraph.CypherRequest parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Lgraph.CypherRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Lgraph.CypherRequest parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Lgraph.CypherRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Lgraph.CypherRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Lgraph.CypherRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Lgraph.CypherRequest.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Lgraph.CypherRequest.Builder newBuilder()
-
newBuilder
public static Lgraph.CypherRequest.Builder newBuilder(Lgraph.CypherRequest prototype)
-
toBuilder
public Lgraph.CypherRequest.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Lgraph.CypherRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Lgraph.CypherRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Lgraph.CypherRequest> parser()
-
getParserForType
public com.google.protobuf.Parser<Lgraph.CypherRequest> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Lgraph.CypherRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-