public static final class Lgraph.GraphApiResponse extends com.google.protobuf.GeneratedMessageV3 implements Lgraph.GraphApiResponseOrBuilder
lgraph.GraphApiResponse| Modifier and Type | Class and Description |
|---|---|
static class |
Lgraph.GraphApiResponse.Builder
Protobuf type
lgraph.GraphApiResponse |
static class |
Lgraph.GraphApiResponse.RespCase |
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| Modifier and Type | Field and Description |
|---|---|
static int |
ADD_EDGES_RESPONSE_FIELD_NUMBER |
static int |
ADD_INDEX_RESPONSE_FIELD_NUMBER |
static int |
ADD_LABEL_RESPONSE_FIELD_NUMBER |
static int |
ADD_VERTEXES_RESPONSE_FIELD_NUMBER |
static int |
DEL_EDGE_RESPONSE_FIELD_NUMBER |
static int |
DEL_INDEX_RESPONSE_FIELD_NUMBER |
static int |
DEL_VERTEX_RESPONSE_FIELD_NUMBER |
static int |
FLUSH_RESPONSE_FIELD_NUMBER |
static int |
MOD_EDGE_RESPONSE_FIELD_NUMBER |
static int |
MOD_VERTEX_RESPONSE_FIELD_NUMBER |
static com.google.protobuf.Parser<Lgraph.GraphApiResponse> |
PARSER
Deprecated.
|
static int |
SUB_GRAPH_RESPONSE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Lgraph.AddEdgesResponse |
getAddEdgesResponse()
optional .lgraph.AddEdgesResponse add_edges_response = 4; |
Lgraph.AddEdgesResponseOrBuilder |
getAddEdgesResponseOrBuilder()
optional .lgraph.AddEdgesResponse add_edges_response = 4; |
Lgraph.AddIndexResponse |
getAddIndexResponse()
optional .lgraph.AddIndexResponse add_index_response = 2; |
Lgraph.AddIndexResponseOrBuilder |
getAddIndexResponseOrBuilder()
optional .lgraph.AddIndexResponse add_index_response = 2; |
Lgraph.AddLabelResponse |
getAddLabelResponse()
optional .lgraph.AddLabelResponse add_label_response = 1; |
Lgraph.AddLabelResponseOrBuilder |
getAddLabelResponseOrBuilder()
optional .lgraph.AddLabelResponse add_label_response = 1; |
Lgraph.AddVertexesResponse |
getAddVertexesResponse()
optional .lgraph.AddVertexesResponse add_vertexes_response = 3; |
Lgraph.AddVertexesResponseOrBuilder |
getAddVertexesResponseOrBuilder()
optional .lgraph.AddVertexesResponse add_vertexes_response = 3; |
static Lgraph.GraphApiResponse |
getDefaultInstance() |
Lgraph.GraphApiResponse |
getDefaultInstanceForType() |
Lgraph.DelEdgeResponse |
getDelEdgeResponse()
optional .lgraph.DelEdgeResponse del_edge_response = 7; |
Lgraph.DelEdgeResponseOrBuilder |
getDelEdgeResponseOrBuilder()
optional .lgraph.DelEdgeResponse del_edge_response = 7; |
Lgraph.DelIndexResponse |
getDelIndexResponse()
optional .lgraph.DelIndexResponse del_index_response = 5; |
Lgraph.DelIndexResponseOrBuilder |
getDelIndexResponseOrBuilder()
optional .lgraph.DelIndexResponse del_index_response = 5; |
Lgraph.DelVertexResponse |
getDelVertexResponse()
optional .lgraph.DelVertexResponse del_vertex_response = 6; |
Lgraph.DelVertexResponseOrBuilder |
getDelVertexResponseOrBuilder()
optional .lgraph.DelVertexResponse del_vertex_response = 6; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Lgraph.FlushResponse |
getFlushResponse()
optional .lgraph.FlushResponse flush_response = 11; |
Lgraph.FlushResponseOrBuilder |
getFlushResponseOrBuilder()
optional .lgraph.FlushResponse flush_response = 11; |
Lgraph.ModEdgeResponse |
getModEdgeResponse()
optional .lgraph.ModEdgeResponse mod_edge_response = 9; |
Lgraph.ModEdgeResponseOrBuilder |
getModEdgeResponseOrBuilder()
optional .lgraph.ModEdgeResponse mod_edge_response = 9; |
Lgraph.ModVertexResponse |
getModVertexResponse()
optional .lgraph.ModVertexResponse mod_vertex_response = 8; |
Lgraph.ModVertexResponseOrBuilder |
getModVertexResponseOrBuilder()
optional .lgraph.ModVertexResponse mod_vertex_response = 8; |
com.google.protobuf.Parser<Lgraph.GraphApiResponse> |
getParserForType() |
Lgraph.GraphApiResponse.RespCase |
getRespCase() |
int |
getSerializedSize() |
Lgraph.SubGraphResponse |
getSubGraphResponse()
optional .lgraph.SubGraphResponse sub_graph_response = 10; |
Lgraph.SubGraphResponseOrBuilder |
getSubGraphResponseOrBuilder()
optional .lgraph.SubGraphResponse sub_graph_response = 10; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAddEdgesResponse()
optional .lgraph.AddEdgesResponse add_edges_response = 4; |
boolean |
hasAddIndexResponse()
optional .lgraph.AddIndexResponse add_index_response = 2; |
boolean |
hasAddLabelResponse()
optional .lgraph.AddLabelResponse add_label_response = 1; |
boolean |
hasAddVertexesResponse()
optional .lgraph.AddVertexesResponse add_vertexes_response = 3; |
boolean |
hasDelEdgeResponse()
optional .lgraph.DelEdgeResponse del_edge_response = 7; |
boolean |
hasDelIndexResponse()
optional .lgraph.DelIndexResponse del_index_response = 5; |
boolean |
hasDelVertexResponse()
optional .lgraph.DelVertexResponse del_vertex_response = 6; |
boolean |
hasFlushResponse()
optional .lgraph.FlushResponse flush_response = 11; |
int |
hashCode() |
boolean |
hasModEdgeResponse()
optional .lgraph.ModEdgeResponse mod_edge_response = 9; |
boolean |
hasModVertexResponse()
optional .lgraph.ModVertexResponse mod_vertex_response = 8; |
boolean |
hasSubGraphResponse()
optional .lgraph.SubGraphResponse sub_graph_response = 10; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Lgraph.GraphApiResponse.Builder |
newBuilder() |
static Lgraph.GraphApiResponse.Builder |
newBuilder(Lgraph.GraphApiResponse prototype) |
Lgraph.GraphApiResponse.Builder |
newBuilderForType() |
protected Lgraph.GraphApiResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Lgraph.GraphApiResponse |
parseDelimitedFrom(InputStream input) |
static Lgraph.GraphApiResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.GraphApiResponse |
parseFrom(byte[] data) |
static Lgraph.GraphApiResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.GraphApiResponse |
parseFrom(ByteBuffer data) |
static Lgraph.GraphApiResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.GraphApiResponse |
parseFrom(com.google.protobuf.ByteString data) |
static Lgraph.GraphApiResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.GraphApiResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Lgraph.GraphApiResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.GraphApiResponse |
parseFrom(InputStream input) |
static Lgraph.GraphApiResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Lgraph.GraphApiResponse> |
parser() |
Lgraph.GraphApiResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ADD_LABEL_RESPONSE_FIELD_NUMBER
public static final int ADD_INDEX_RESPONSE_FIELD_NUMBER
public static final int ADD_VERTEXES_RESPONSE_FIELD_NUMBER
public static final int ADD_EDGES_RESPONSE_FIELD_NUMBER
public static final int DEL_INDEX_RESPONSE_FIELD_NUMBER
public static final int DEL_VERTEX_RESPONSE_FIELD_NUMBER
public static final int DEL_EDGE_RESPONSE_FIELD_NUMBER
public static final int MOD_VERTEX_RESPONSE_FIELD_NUMBER
public static final int MOD_EDGE_RESPONSE_FIELD_NUMBER
public static final int SUB_GRAPH_RESPONSE_FIELD_NUMBER
public static final int FLUSH_RESPONSE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Lgraph.GraphApiResponse> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Lgraph.GraphApiResponse.RespCase getRespCase()
getRespCase in interface Lgraph.GraphApiResponseOrBuilderpublic boolean hasAddLabelResponse()
optional .lgraph.AddLabelResponse add_label_response = 1;hasAddLabelResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.AddLabelResponse getAddLabelResponse()
optional .lgraph.AddLabelResponse add_label_response = 1;getAddLabelResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.AddLabelResponseOrBuilder getAddLabelResponseOrBuilder()
optional .lgraph.AddLabelResponse add_label_response = 1;getAddLabelResponseOrBuilder in interface Lgraph.GraphApiResponseOrBuilderpublic boolean hasAddIndexResponse()
optional .lgraph.AddIndexResponse add_index_response = 2;hasAddIndexResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.AddIndexResponse getAddIndexResponse()
optional .lgraph.AddIndexResponse add_index_response = 2;getAddIndexResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.AddIndexResponseOrBuilder getAddIndexResponseOrBuilder()
optional .lgraph.AddIndexResponse add_index_response = 2;getAddIndexResponseOrBuilder in interface Lgraph.GraphApiResponseOrBuilderpublic boolean hasAddVertexesResponse()
optional .lgraph.AddVertexesResponse add_vertexes_response = 3;hasAddVertexesResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.AddVertexesResponse getAddVertexesResponse()
optional .lgraph.AddVertexesResponse add_vertexes_response = 3;getAddVertexesResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.AddVertexesResponseOrBuilder getAddVertexesResponseOrBuilder()
optional .lgraph.AddVertexesResponse add_vertexes_response = 3;getAddVertexesResponseOrBuilder in interface Lgraph.GraphApiResponseOrBuilderpublic boolean hasAddEdgesResponse()
optional .lgraph.AddEdgesResponse add_edges_response = 4;hasAddEdgesResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.AddEdgesResponse getAddEdgesResponse()
optional .lgraph.AddEdgesResponse add_edges_response = 4;getAddEdgesResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.AddEdgesResponseOrBuilder getAddEdgesResponseOrBuilder()
optional .lgraph.AddEdgesResponse add_edges_response = 4;getAddEdgesResponseOrBuilder in interface Lgraph.GraphApiResponseOrBuilderpublic boolean hasDelIndexResponse()
optional .lgraph.DelIndexResponse del_index_response = 5;hasDelIndexResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.DelIndexResponse getDelIndexResponse()
optional .lgraph.DelIndexResponse del_index_response = 5;getDelIndexResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.DelIndexResponseOrBuilder getDelIndexResponseOrBuilder()
optional .lgraph.DelIndexResponse del_index_response = 5;getDelIndexResponseOrBuilder in interface Lgraph.GraphApiResponseOrBuilderpublic boolean hasDelVertexResponse()
optional .lgraph.DelVertexResponse del_vertex_response = 6;hasDelVertexResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.DelVertexResponse getDelVertexResponse()
optional .lgraph.DelVertexResponse del_vertex_response = 6;getDelVertexResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.DelVertexResponseOrBuilder getDelVertexResponseOrBuilder()
optional .lgraph.DelVertexResponse del_vertex_response = 6;getDelVertexResponseOrBuilder in interface Lgraph.GraphApiResponseOrBuilderpublic boolean hasDelEdgeResponse()
optional .lgraph.DelEdgeResponse del_edge_response = 7;hasDelEdgeResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.DelEdgeResponse getDelEdgeResponse()
optional .lgraph.DelEdgeResponse del_edge_response = 7;getDelEdgeResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.DelEdgeResponseOrBuilder getDelEdgeResponseOrBuilder()
optional .lgraph.DelEdgeResponse del_edge_response = 7;getDelEdgeResponseOrBuilder in interface Lgraph.GraphApiResponseOrBuilderpublic boolean hasModVertexResponse()
optional .lgraph.ModVertexResponse mod_vertex_response = 8;hasModVertexResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.ModVertexResponse getModVertexResponse()
optional .lgraph.ModVertexResponse mod_vertex_response = 8;getModVertexResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.ModVertexResponseOrBuilder getModVertexResponseOrBuilder()
optional .lgraph.ModVertexResponse mod_vertex_response = 8;getModVertexResponseOrBuilder in interface Lgraph.GraphApiResponseOrBuilderpublic boolean hasModEdgeResponse()
optional .lgraph.ModEdgeResponse mod_edge_response = 9;hasModEdgeResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.ModEdgeResponse getModEdgeResponse()
optional .lgraph.ModEdgeResponse mod_edge_response = 9;getModEdgeResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.ModEdgeResponseOrBuilder getModEdgeResponseOrBuilder()
optional .lgraph.ModEdgeResponse mod_edge_response = 9;getModEdgeResponseOrBuilder in interface Lgraph.GraphApiResponseOrBuilderpublic boolean hasSubGraphResponse()
optional .lgraph.SubGraphResponse sub_graph_response = 10;hasSubGraphResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.SubGraphResponse getSubGraphResponse()
optional .lgraph.SubGraphResponse sub_graph_response = 10;getSubGraphResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.SubGraphResponseOrBuilder getSubGraphResponseOrBuilder()
optional .lgraph.SubGraphResponse sub_graph_response = 10;getSubGraphResponseOrBuilder in interface Lgraph.GraphApiResponseOrBuilderpublic boolean hasFlushResponse()
optional .lgraph.FlushResponse flush_response = 11;hasFlushResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.FlushResponse getFlushResponse()
optional .lgraph.FlushResponse flush_response = 11;getFlushResponse in interface Lgraph.GraphApiResponseOrBuilderpublic Lgraph.FlushResponseOrBuilder getFlushResponseOrBuilder()
optional .lgraph.FlushResponse flush_response = 11;getFlushResponseOrBuilder in interface Lgraph.GraphApiResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Lgraph.GraphApiResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.GraphApiResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.GraphApiResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.GraphApiResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.GraphApiResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.GraphApiResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.GraphApiResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static Lgraph.GraphApiResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Lgraph.GraphApiResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Lgraph.GraphApiResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Lgraph.GraphApiResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Lgraph.GraphApiResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Lgraph.GraphApiResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Lgraph.GraphApiResponse.Builder newBuilder()
public static Lgraph.GraphApiResponse.Builder newBuilder(Lgraph.GraphApiResponse prototype)
public Lgraph.GraphApiResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Lgraph.GraphApiResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Lgraph.GraphApiResponse getDefaultInstance()
public static com.google.protobuf.Parser<Lgraph.GraphApiResponse> parser()
public com.google.protobuf.Parser<Lgraph.GraphApiResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Lgraph.GraphApiResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Ant Group. All rights reserved.