public static final class Lgraph.LGraphResponse extends com.google.protobuf.GeneratedMessageV3 implements Lgraph.LGraphResponseOrBuilder
lgraph.LGraphResponse| Modifier and Type | Class and Description |
|---|---|
static class |
Lgraph.LGraphResponse.Builder
Protobuf type
lgraph.LGraphResponse |
static class |
Lgraph.LGraphResponse.ErrorCode
Protobuf enum
lgraph.LGraphResponse.ErrorCode |
static class |
Lgraph.LGraphResponse.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 |
ACL_RESPONSE_FIELD_NUMBER |
static int |
CONFIG_RESPONSE_FIELD_NUMBER |
static int |
ERROR_CODE_FIELD_NUMBER |
static int |
ERROR_FIELD_NUMBER |
static int |
GRAPH_API_RESPONSE_FIELD_NUMBER |
static int |
GRAPH_QUERY_RESPONSE_FIELD_NUMBER |
static int |
GRAPH_RESPONSE_FIELD_NUMBER |
static int |
HA_RESPONSE_FIELD_NUMBER |
static int |
IMPORT_RESPONSE_FIELD_NUMBER |
static com.google.protobuf.Parser<Lgraph.LGraphResponse> |
PARSER
Deprecated.
|
static int |
PLUGIN_RESPONSE_FIELD_NUMBER |
static int |
REDIRECT_FIELD_NUMBER |
static int |
RESTORE_RESPONSE_FIELD_NUMBER |
static int |
SCHEMA_RESPONSE_FIELD_NUMBER |
static int |
SERVER_VERSION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Lgraph.AclResponse |
getAclResponse()
optional .lgraph.AclResponse acl_response = 18; |
Lgraph.AclResponseOrBuilder |
getAclResponseOrBuilder()
optional .lgraph.AclResponse acl_response = 18; |
Lgraph.ConfigResponse |
getConfigResponse()
optional .lgraph.ConfigResponse config_response = 19; |
Lgraph.ConfigResponseOrBuilder |
getConfigResponseOrBuilder()
optional .lgraph.ConfigResponse config_response = 19; |
static Lgraph.LGraphResponse |
getDefaultInstance() |
Lgraph.LGraphResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getError()
optional string error = 3; |
com.google.protobuf.ByteString |
getErrorBytes()
optional string error = 3; |
Lgraph.LGraphResponse.ErrorCode |
getErrorCode()
required .lgraph.LGraphResponse.ErrorCode error_code = 1; |
Lgraph.GraphApiResponse |
getGraphApiResponse()
optional .lgraph.GraphApiResponse graph_api_response = 11; |
Lgraph.GraphApiResponseOrBuilder |
getGraphApiResponseOrBuilder()
optional .lgraph.GraphApiResponse graph_api_response = 11; |
Lgraph.GraphQueryResponse |
getGraphQueryResponse()
optional .lgraph.GraphQueryResponse graph_query_response = 12; |
Lgraph.GraphQueryResponseOrBuilder |
getGraphQueryResponseOrBuilder()
optional .lgraph.GraphQueryResponse graph_query_response = 12; |
Lgraph.GraphResponse |
getGraphResponse()
optional .lgraph.GraphResponse graph_response = 17; |
Lgraph.GraphResponseOrBuilder |
getGraphResponseOrBuilder()
optional .lgraph.GraphResponse graph_response = 17; |
Lgraph.HAResponse |
getHaResponse()
optional .lgraph.HAResponse ha_response = 14; |
Lgraph.HAResponseOrBuilder |
getHaResponseOrBuilder()
optional .lgraph.HAResponse ha_response = 14; |
Lgraph.ImportResponse |
getImportResponse()
optional .lgraph.ImportResponse import_response = 15; |
Lgraph.ImportResponseOrBuilder |
getImportResponseOrBuilder()
optional .lgraph.ImportResponse import_response = 15; |
com.google.protobuf.Parser<Lgraph.LGraphResponse> |
getParserForType() |
Lgraph.PluginResponse |
getPluginResponse()
optional .lgraph.PluginResponse plugin_response = 13; |
Lgraph.PluginResponseOrBuilder |
getPluginResponseOrBuilder()
optional .lgraph.PluginResponse plugin_response = 13; |
String |
getRedirect()
optional string redirect = 2; |
com.google.protobuf.ByteString |
getRedirectBytes()
optional string redirect = 2; |
Lgraph.LGraphResponse.RespCase |
getRespCase() |
Lgraph.RestoreResponse |
getRestoreResponse()
optional .lgraph.RestoreResponse restore_response = 20; |
Lgraph.RestoreResponseOrBuilder |
getRestoreResponseOrBuilder()
optional .lgraph.RestoreResponse restore_response = 20; |
Lgraph.SchemaResponse |
getSchemaResponse()
optional .lgraph.SchemaResponse schema_response = 21; |
Lgraph.SchemaResponseOrBuilder |
getSchemaResponseOrBuilder()
optional .lgraph.SchemaResponse schema_response = 21; |
int |
getSerializedSize() |
long |
getServerVersion()
optional int64 server_version = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAclResponse()
optional .lgraph.AclResponse acl_response = 18; |
boolean |
hasConfigResponse()
optional .lgraph.ConfigResponse config_response = 19; |
boolean |
hasError()
optional string error = 3; |
boolean |
hasErrorCode()
required .lgraph.LGraphResponse.ErrorCode error_code = 1; |
boolean |
hasGraphApiResponse()
optional .lgraph.GraphApiResponse graph_api_response = 11; |
boolean |
hasGraphQueryResponse()
optional .lgraph.GraphQueryResponse graph_query_response = 12; |
boolean |
hasGraphResponse()
optional .lgraph.GraphResponse graph_response = 17; |
boolean |
hasHaResponse()
optional .lgraph.HAResponse ha_response = 14; |
int |
hashCode() |
boolean |
hasImportResponse()
optional .lgraph.ImportResponse import_response = 15; |
boolean |
hasPluginResponse()
optional .lgraph.PluginResponse plugin_response = 13; |
boolean |
hasRedirect()
optional string redirect = 2; |
boolean |
hasRestoreResponse()
optional .lgraph.RestoreResponse restore_response = 20; |
boolean |
hasSchemaResponse()
optional .lgraph.SchemaResponse schema_response = 21; |
boolean |
hasServerVersion()
optional int64 server_version = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Lgraph.LGraphResponse.Builder |
newBuilder() |
static Lgraph.LGraphResponse.Builder |
newBuilder(Lgraph.LGraphResponse prototype) |
Lgraph.LGraphResponse.Builder |
newBuilderForType() |
protected Lgraph.LGraphResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Lgraph.LGraphResponse |
parseDelimitedFrom(InputStream input) |
static Lgraph.LGraphResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.LGraphResponse |
parseFrom(byte[] data) |
static Lgraph.LGraphResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.LGraphResponse |
parseFrom(ByteBuffer data) |
static Lgraph.LGraphResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.LGraphResponse |
parseFrom(com.google.protobuf.ByteString data) |
static Lgraph.LGraphResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.LGraphResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Lgraph.LGraphResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.LGraphResponse |
parseFrom(InputStream input) |
static Lgraph.LGraphResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Lgraph.LGraphResponse> |
parser() |
Lgraph.LGraphResponse.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 ERROR_CODE_FIELD_NUMBER
public static final int REDIRECT_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
public static final int SERVER_VERSION_FIELD_NUMBER
public static final int GRAPH_API_RESPONSE_FIELD_NUMBER
public static final int GRAPH_QUERY_RESPONSE_FIELD_NUMBER
public static final int PLUGIN_RESPONSE_FIELD_NUMBER
public static final int HA_RESPONSE_FIELD_NUMBER
public static final int IMPORT_RESPONSE_FIELD_NUMBER
public static final int GRAPH_RESPONSE_FIELD_NUMBER
public static final int ACL_RESPONSE_FIELD_NUMBER
public static final int CONFIG_RESPONSE_FIELD_NUMBER
public static final int RESTORE_RESPONSE_FIELD_NUMBER
public static final int SCHEMA_RESPONSE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Lgraph.LGraphResponse> 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.LGraphResponse.RespCase getRespCase()
getRespCase in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasErrorCode()
required .lgraph.LGraphResponse.ErrorCode error_code = 1;hasErrorCode in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.LGraphResponse.ErrorCode getErrorCode()
required .lgraph.LGraphResponse.ErrorCode error_code = 1;getErrorCode in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasRedirect()
optional string redirect = 2;hasRedirect in interface Lgraph.LGraphResponseOrBuilderpublic String getRedirect()
optional string redirect = 2;getRedirect in interface Lgraph.LGraphResponseOrBuilderpublic com.google.protobuf.ByteString getRedirectBytes()
optional string redirect = 2;getRedirectBytes in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasError()
optional string error = 3;hasError in interface Lgraph.LGraphResponseOrBuilderpublic String getError()
optional string error = 3;getError in interface Lgraph.LGraphResponseOrBuilderpublic com.google.protobuf.ByteString getErrorBytes()
optional string error = 3;getErrorBytes in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasServerVersion()
optional int64 server_version = 4;hasServerVersion in interface Lgraph.LGraphResponseOrBuilderpublic long getServerVersion()
optional int64 server_version = 4;getServerVersion in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasGraphApiResponse()
optional .lgraph.GraphApiResponse graph_api_response = 11;hasGraphApiResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.GraphApiResponse getGraphApiResponse()
optional .lgraph.GraphApiResponse graph_api_response = 11;getGraphApiResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.GraphApiResponseOrBuilder getGraphApiResponseOrBuilder()
optional .lgraph.GraphApiResponse graph_api_response = 11;getGraphApiResponseOrBuilder in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasGraphQueryResponse()
optional .lgraph.GraphQueryResponse graph_query_response = 12;hasGraphQueryResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.GraphQueryResponse getGraphQueryResponse()
optional .lgraph.GraphQueryResponse graph_query_response = 12;getGraphQueryResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.GraphQueryResponseOrBuilder getGraphQueryResponseOrBuilder()
optional .lgraph.GraphQueryResponse graph_query_response = 12;getGraphQueryResponseOrBuilder in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasPluginResponse()
optional .lgraph.PluginResponse plugin_response = 13;hasPluginResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.PluginResponse getPluginResponse()
optional .lgraph.PluginResponse plugin_response = 13;getPluginResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.PluginResponseOrBuilder getPluginResponseOrBuilder()
optional .lgraph.PluginResponse plugin_response = 13;getPluginResponseOrBuilder in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasHaResponse()
optional .lgraph.HAResponse ha_response = 14;hasHaResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.HAResponse getHaResponse()
optional .lgraph.HAResponse ha_response = 14;getHaResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.HAResponseOrBuilder getHaResponseOrBuilder()
optional .lgraph.HAResponse ha_response = 14;getHaResponseOrBuilder in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasImportResponse()
optional .lgraph.ImportResponse import_response = 15;hasImportResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.ImportResponse getImportResponse()
optional .lgraph.ImportResponse import_response = 15;getImportResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.ImportResponseOrBuilder getImportResponseOrBuilder()
optional .lgraph.ImportResponse import_response = 15;getImportResponseOrBuilder in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasGraphResponse()
optional .lgraph.GraphResponse graph_response = 17;hasGraphResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.GraphResponse getGraphResponse()
optional .lgraph.GraphResponse graph_response = 17;getGraphResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.GraphResponseOrBuilder getGraphResponseOrBuilder()
optional .lgraph.GraphResponse graph_response = 17;getGraphResponseOrBuilder in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasAclResponse()
optional .lgraph.AclResponse acl_response = 18;hasAclResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.AclResponse getAclResponse()
optional .lgraph.AclResponse acl_response = 18;getAclResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.AclResponseOrBuilder getAclResponseOrBuilder()
optional .lgraph.AclResponse acl_response = 18;getAclResponseOrBuilder in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasConfigResponse()
optional .lgraph.ConfigResponse config_response = 19;hasConfigResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.ConfigResponse getConfigResponse()
optional .lgraph.ConfigResponse config_response = 19;getConfigResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.ConfigResponseOrBuilder getConfigResponseOrBuilder()
optional .lgraph.ConfigResponse config_response = 19;getConfigResponseOrBuilder in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasRestoreResponse()
optional .lgraph.RestoreResponse restore_response = 20;hasRestoreResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.RestoreResponse getRestoreResponse()
optional .lgraph.RestoreResponse restore_response = 20;getRestoreResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.RestoreResponseOrBuilder getRestoreResponseOrBuilder()
optional .lgraph.RestoreResponse restore_response = 20;getRestoreResponseOrBuilder in interface Lgraph.LGraphResponseOrBuilderpublic boolean hasSchemaResponse()
optional .lgraph.SchemaResponse schema_response = 21;hasSchemaResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.SchemaResponse getSchemaResponse()
optional .lgraph.SchemaResponse schema_response = 21;getSchemaResponse in interface Lgraph.LGraphResponseOrBuilderpublic Lgraph.SchemaResponseOrBuilder getSchemaResponseOrBuilder()
optional .lgraph.SchemaResponse schema_response = 21;getSchemaResponseOrBuilder in interface Lgraph.LGraphResponseOrBuilderpublic 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.LGraphResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.LGraphResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.LGraphResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.LGraphResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.LGraphResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.LGraphResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.LGraphResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static Lgraph.LGraphResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Lgraph.LGraphResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Lgraph.LGraphResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Lgraph.LGraphResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Lgraph.LGraphResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Lgraph.LGraphResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Lgraph.LGraphResponse.Builder newBuilder()
public static Lgraph.LGraphResponse.Builder newBuilder(Lgraph.LGraphResponse prototype)
public Lgraph.LGraphResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Lgraph.LGraphResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Lgraph.LGraphResponse getDefaultInstance()
public static com.google.protobuf.Parser<Lgraph.LGraphResponse> parser()
public com.google.protobuf.Parser<Lgraph.LGraphResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Lgraph.LGraphResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Ant Group. All rights reserved.