Package lgraph
Class Lgraph.GraphApiRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- lgraph.Lgraph.GraphApiRequest
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,Lgraph.GraphApiRequestOrBuilder
- Enclosing class:
- Lgraph
public static final class Lgraph.GraphApiRequest extends com.google.protobuf.GeneratedMessageV3 implements Lgraph.GraphApiRequestOrBuilder
native requests and responses
Protobuf typelgraph.GraphApiRequest- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLgraph.GraphApiRequest.Buildernative requests and responsesstatic classLgraph.GraphApiRequest.ReqCase-
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 intADD_EDGES_REQUEST_FIELD_NUMBERstatic intADD_INDEX_REQUEST_FIELD_NUMBERstatic intADD_LABEL_REQUEST_FIELD_NUMBERstatic intADD_VERTEXES_REQUEST_FIELD_NUMBERstatic intDEL_EDGE_REQUEST_FIELD_NUMBERstatic intDEL_INDEX_REQUEST_FIELD_NUMBERstatic intDEL_VERTEX_REQUEST_FIELD_NUMBERstatic intFLUSH_REQUEST_FIELD_NUMBERstatic intGRAPH_FIELD_NUMBERstatic intMOD_EDGE_REQUEST_FIELD_NUMBERstatic intMOD_VERTEX_REQUEST_FIELD_NUMBERstatic com.google.protobuf.Parser<Lgraph.GraphApiRequest>PARSERDeprecated.static intSUB_GRAPH_REQUEST_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Lgraph.AddEdgesRequestgetAddEdgesRequest()optional .lgraph.AddEdgesRequest add_edges_request = 4;Lgraph.AddEdgesRequestOrBuildergetAddEdgesRequestOrBuilder()optional .lgraph.AddEdgesRequest add_edges_request = 4;Lgraph.AddIndexRequestgetAddIndexRequest()optional .lgraph.AddIndexRequest add_index_request = 2;Lgraph.AddIndexRequestOrBuildergetAddIndexRequestOrBuilder()optional .lgraph.AddIndexRequest add_index_request = 2;Lgraph.AddLabelRequestgetAddLabelRequest()optional .lgraph.AddLabelRequest add_label_request = 1;Lgraph.AddLabelRequestOrBuildergetAddLabelRequestOrBuilder()optional .lgraph.AddLabelRequest add_label_request = 1;Lgraph.AddVertexesRequestgetAddVertexesRequest()optional .lgraph.AddVertexesRequest add_vertexes_request = 3;Lgraph.AddVertexesRequestOrBuildergetAddVertexesRequestOrBuilder()optional .lgraph.AddVertexesRequest add_vertexes_request = 3;static Lgraph.GraphApiRequestgetDefaultInstance()Lgraph.GraphApiRequestgetDefaultInstanceForType()Lgraph.DelEdgeRequestgetDelEdgeRequest()optional .lgraph.DelEdgeRequest del_edge_request = 7;Lgraph.DelEdgeRequestOrBuildergetDelEdgeRequestOrBuilder()optional .lgraph.DelEdgeRequest del_edge_request = 7;Lgraph.DelIndexRequestgetDelIndexRequest()optional .lgraph.DelIndexRequest del_index_request = 5;Lgraph.DelIndexRequestOrBuildergetDelIndexRequestOrBuilder()optional .lgraph.DelIndexRequest del_index_request = 5;Lgraph.DelVertexRequestgetDelVertexRequest()optional .lgraph.DelVertexRequest del_vertex_request = 6;Lgraph.DelVertexRequestOrBuildergetDelVertexRequestOrBuilder()optional .lgraph.DelVertexRequest del_vertex_request = 6;static com.google.protobuf.Descriptors.DescriptorgetDescriptor()Lgraph.FlushRequestgetFlushRequest()optional .lgraph.FlushRequest flush_request = 11;Lgraph.FlushRequestOrBuildergetFlushRequestOrBuilder()optional .lgraph.FlushRequest flush_request = 11;StringgetGraph()required string graph = 12;com.google.protobuf.ByteStringgetGraphBytes()required string graph = 12;Lgraph.ModEdgeRequestgetModEdgeRequest()optional .lgraph.ModEdgeRequest mod_edge_request = 9;Lgraph.ModEdgeRequestOrBuildergetModEdgeRequestOrBuilder()optional .lgraph.ModEdgeRequest mod_edge_request = 9;Lgraph.ModVertexRequestgetModVertexRequest()optional .lgraph.ModVertexRequest mod_vertex_request = 8;Lgraph.ModVertexRequestOrBuildergetModVertexRequestOrBuilder()optional .lgraph.ModVertexRequest mod_vertex_request = 8;com.google.protobuf.Parser<Lgraph.GraphApiRequest>getParserForType()Lgraph.GraphApiRequest.ReqCasegetReqCase()intgetSerializedSize()Lgraph.SubGraphRequestgetSubGraphRequest()optional .lgraph.SubGraphRequest sub_graph_request = 10;Lgraph.SubGraphRequestOrBuildergetSubGraphRequestOrBuilder()optional .lgraph.SubGraphRequest sub_graph_request = 10;com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasAddEdgesRequest()optional .lgraph.AddEdgesRequest add_edges_request = 4;booleanhasAddIndexRequest()optional .lgraph.AddIndexRequest add_index_request = 2;booleanhasAddLabelRequest()optional .lgraph.AddLabelRequest add_label_request = 1;booleanhasAddVertexesRequest()optional .lgraph.AddVertexesRequest add_vertexes_request = 3;booleanhasDelEdgeRequest()optional .lgraph.DelEdgeRequest del_edge_request = 7;booleanhasDelIndexRequest()optional .lgraph.DelIndexRequest del_index_request = 5;booleanhasDelVertexRequest()optional .lgraph.DelVertexRequest del_vertex_request = 6;booleanhasFlushRequest()optional .lgraph.FlushRequest flush_request = 11;booleanhasGraph()required string graph = 12;inthashCode()booleanhasModEdgeRequest()optional .lgraph.ModEdgeRequest mod_edge_request = 9;booleanhasModVertexRequest()optional .lgraph.ModVertexRequest mod_vertex_request = 8;booleanhasSubGraphRequest()optional .lgraph.SubGraphRequest sub_graph_request = 10;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Lgraph.GraphApiRequest.BuildernewBuilder()static Lgraph.GraphApiRequest.BuildernewBuilder(Lgraph.GraphApiRequest prototype)Lgraph.GraphApiRequest.BuildernewBuilderForType()protected Lgraph.GraphApiRequest.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static Lgraph.GraphApiRequestparseDelimitedFrom(InputStream input)static Lgraph.GraphApiRequestparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.GraphApiRequestparseFrom(byte[] data)static Lgraph.GraphApiRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.GraphApiRequestparseFrom(com.google.protobuf.ByteString data)static Lgraph.GraphApiRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.GraphApiRequestparseFrom(com.google.protobuf.CodedInputStream input)static Lgraph.GraphApiRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.GraphApiRequestparseFrom(InputStream input)static Lgraph.GraphApiRequestparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.GraphApiRequestparseFrom(ByteBuffer data)static Lgraph.GraphApiRequestparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Lgraph.GraphApiRequest>parser()Lgraph.GraphApiRequest.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
-
ADD_LABEL_REQUEST_FIELD_NUMBER
public static final int ADD_LABEL_REQUEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ADD_INDEX_REQUEST_FIELD_NUMBER
public static final int ADD_INDEX_REQUEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ADD_VERTEXES_REQUEST_FIELD_NUMBER
public static final int ADD_VERTEXES_REQUEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ADD_EDGES_REQUEST_FIELD_NUMBER
public static final int ADD_EDGES_REQUEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEL_INDEX_REQUEST_FIELD_NUMBER
public static final int DEL_INDEX_REQUEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEL_VERTEX_REQUEST_FIELD_NUMBER
public static final int DEL_VERTEX_REQUEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEL_EDGE_REQUEST_FIELD_NUMBER
public static final int DEL_EDGE_REQUEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MOD_VERTEX_REQUEST_FIELD_NUMBER
public static final int MOD_VERTEX_REQUEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MOD_EDGE_REQUEST_FIELD_NUMBER
public static final int MOD_EDGE_REQUEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SUB_GRAPH_REQUEST_FIELD_NUMBER
public static final int SUB_GRAPH_REQUEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FLUSH_REQUEST_FIELD_NUMBER
public static final int FLUSH_REQUEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GRAPH_FIELD_NUMBER
public static final int GRAPH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<Lgraph.GraphApiRequest> 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
-
getReqCase
public Lgraph.GraphApiRequest.ReqCase getReqCase()
- Specified by:
getReqCasein interfaceLgraph.GraphApiRequestOrBuilder
-
hasAddLabelRequest
public boolean hasAddLabelRequest()
optional .lgraph.AddLabelRequest add_label_request = 1;- Specified by:
hasAddLabelRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getAddLabelRequest
public Lgraph.AddLabelRequest getAddLabelRequest()
optional .lgraph.AddLabelRequest add_label_request = 1;- Specified by:
getAddLabelRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getAddLabelRequestOrBuilder
public Lgraph.AddLabelRequestOrBuilder getAddLabelRequestOrBuilder()
optional .lgraph.AddLabelRequest add_label_request = 1;- Specified by:
getAddLabelRequestOrBuilderin interfaceLgraph.GraphApiRequestOrBuilder
-
hasAddIndexRequest
public boolean hasAddIndexRequest()
optional .lgraph.AddIndexRequest add_index_request = 2;- Specified by:
hasAddIndexRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getAddIndexRequest
public Lgraph.AddIndexRequest getAddIndexRequest()
optional .lgraph.AddIndexRequest add_index_request = 2;- Specified by:
getAddIndexRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getAddIndexRequestOrBuilder
public Lgraph.AddIndexRequestOrBuilder getAddIndexRequestOrBuilder()
optional .lgraph.AddIndexRequest add_index_request = 2;- Specified by:
getAddIndexRequestOrBuilderin interfaceLgraph.GraphApiRequestOrBuilder
-
hasAddVertexesRequest
public boolean hasAddVertexesRequest()
optional .lgraph.AddVertexesRequest add_vertexes_request = 3;- Specified by:
hasAddVertexesRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getAddVertexesRequest
public Lgraph.AddVertexesRequest getAddVertexesRequest()
optional .lgraph.AddVertexesRequest add_vertexes_request = 3;- Specified by:
getAddVertexesRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getAddVertexesRequestOrBuilder
public Lgraph.AddVertexesRequestOrBuilder getAddVertexesRequestOrBuilder()
optional .lgraph.AddVertexesRequest add_vertexes_request = 3;- Specified by:
getAddVertexesRequestOrBuilderin interfaceLgraph.GraphApiRequestOrBuilder
-
hasAddEdgesRequest
public boolean hasAddEdgesRequest()
optional .lgraph.AddEdgesRequest add_edges_request = 4;- Specified by:
hasAddEdgesRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getAddEdgesRequest
public Lgraph.AddEdgesRequest getAddEdgesRequest()
optional .lgraph.AddEdgesRequest add_edges_request = 4;- Specified by:
getAddEdgesRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getAddEdgesRequestOrBuilder
public Lgraph.AddEdgesRequestOrBuilder getAddEdgesRequestOrBuilder()
optional .lgraph.AddEdgesRequest add_edges_request = 4;- Specified by:
getAddEdgesRequestOrBuilderin interfaceLgraph.GraphApiRequestOrBuilder
-
hasDelIndexRequest
public boolean hasDelIndexRequest()
optional .lgraph.DelIndexRequest del_index_request = 5;- Specified by:
hasDelIndexRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getDelIndexRequest
public Lgraph.DelIndexRequest getDelIndexRequest()
optional .lgraph.DelIndexRequest del_index_request = 5;- Specified by:
getDelIndexRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getDelIndexRequestOrBuilder
public Lgraph.DelIndexRequestOrBuilder getDelIndexRequestOrBuilder()
optional .lgraph.DelIndexRequest del_index_request = 5;- Specified by:
getDelIndexRequestOrBuilderin interfaceLgraph.GraphApiRequestOrBuilder
-
hasDelVertexRequest
public boolean hasDelVertexRequest()
optional .lgraph.DelVertexRequest del_vertex_request = 6;- Specified by:
hasDelVertexRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getDelVertexRequest
public Lgraph.DelVertexRequest getDelVertexRequest()
optional .lgraph.DelVertexRequest del_vertex_request = 6;- Specified by:
getDelVertexRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getDelVertexRequestOrBuilder
public Lgraph.DelVertexRequestOrBuilder getDelVertexRequestOrBuilder()
optional .lgraph.DelVertexRequest del_vertex_request = 6;- Specified by:
getDelVertexRequestOrBuilderin interfaceLgraph.GraphApiRequestOrBuilder
-
hasDelEdgeRequest
public boolean hasDelEdgeRequest()
optional .lgraph.DelEdgeRequest del_edge_request = 7;- Specified by:
hasDelEdgeRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getDelEdgeRequest
public Lgraph.DelEdgeRequest getDelEdgeRequest()
optional .lgraph.DelEdgeRequest del_edge_request = 7;- Specified by:
getDelEdgeRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getDelEdgeRequestOrBuilder
public Lgraph.DelEdgeRequestOrBuilder getDelEdgeRequestOrBuilder()
optional .lgraph.DelEdgeRequest del_edge_request = 7;- Specified by:
getDelEdgeRequestOrBuilderin interfaceLgraph.GraphApiRequestOrBuilder
-
hasModVertexRequest
public boolean hasModVertexRequest()
optional .lgraph.ModVertexRequest mod_vertex_request = 8;- Specified by:
hasModVertexRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getModVertexRequest
public Lgraph.ModVertexRequest getModVertexRequest()
optional .lgraph.ModVertexRequest mod_vertex_request = 8;- Specified by:
getModVertexRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getModVertexRequestOrBuilder
public Lgraph.ModVertexRequestOrBuilder getModVertexRequestOrBuilder()
optional .lgraph.ModVertexRequest mod_vertex_request = 8;- Specified by:
getModVertexRequestOrBuilderin interfaceLgraph.GraphApiRequestOrBuilder
-
hasModEdgeRequest
public boolean hasModEdgeRequest()
optional .lgraph.ModEdgeRequest mod_edge_request = 9;- Specified by:
hasModEdgeRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getModEdgeRequest
public Lgraph.ModEdgeRequest getModEdgeRequest()
optional .lgraph.ModEdgeRequest mod_edge_request = 9;- Specified by:
getModEdgeRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getModEdgeRequestOrBuilder
public Lgraph.ModEdgeRequestOrBuilder getModEdgeRequestOrBuilder()
optional .lgraph.ModEdgeRequest mod_edge_request = 9;- Specified by:
getModEdgeRequestOrBuilderin interfaceLgraph.GraphApiRequestOrBuilder
-
hasSubGraphRequest
public boolean hasSubGraphRequest()
optional .lgraph.SubGraphRequest sub_graph_request = 10;- Specified by:
hasSubGraphRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getSubGraphRequest
public Lgraph.SubGraphRequest getSubGraphRequest()
optional .lgraph.SubGraphRequest sub_graph_request = 10;- Specified by:
getSubGraphRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getSubGraphRequestOrBuilder
public Lgraph.SubGraphRequestOrBuilder getSubGraphRequestOrBuilder()
optional .lgraph.SubGraphRequest sub_graph_request = 10;- Specified by:
getSubGraphRequestOrBuilderin interfaceLgraph.GraphApiRequestOrBuilder
-
hasFlushRequest
public boolean hasFlushRequest()
optional .lgraph.FlushRequest flush_request = 11;- Specified by:
hasFlushRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getFlushRequest
public Lgraph.FlushRequest getFlushRequest()
optional .lgraph.FlushRequest flush_request = 11;- Specified by:
getFlushRequestin interfaceLgraph.GraphApiRequestOrBuilder
-
getFlushRequestOrBuilder
public Lgraph.FlushRequestOrBuilder getFlushRequestOrBuilder()
optional .lgraph.FlushRequest flush_request = 11;- Specified by:
getFlushRequestOrBuilderin interfaceLgraph.GraphApiRequestOrBuilder
-
hasGraph
public boolean hasGraph()
required string graph = 12;- Specified by:
hasGraphin interfaceLgraph.GraphApiRequestOrBuilder
-
getGraph
public String getGraph()
required string graph = 12;- Specified by:
getGraphin interfaceLgraph.GraphApiRequestOrBuilder
-
getGraphBytes
public com.google.protobuf.ByteString getGraphBytes()
required string graph = 12;- Specified by:
getGraphBytesin interfaceLgraph.GraphApiRequestOrBuilder
-
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.GraphApiRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Lgraph.GraphApiRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Lgraph.GraphApiRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Lgraph.GraphApiRequest 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.GraphApiRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Lgraph.GraphApiRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Lgraph.GraphApiRequest parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Lgraph.GraphApiRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Lgraph.GraphApiRequest parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Lgraph.GraphApiRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Lgraph.GraphApiRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Lgraph.GraphApiRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Lgraph.GraphApiRequest.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Lgraph.GraphApiRequest.Builder newBuilder()
-
newBuilder
public static Lgraph.GraphApiRequest.Builder newBuilder(Lgraph.GraphApiRequest prototype)
-
toBuilder
public Lgraph.GraphApiRequest.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Lgraph.GraphApiRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Lgraph.GraphApiRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Lgraph.GraphApiRequest> parser()
-
getParserForType
public com.google.protobuf.Parser<Lgraph.GraphApiRequest> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Lgraph.GraphApiRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-