Package lgraph
Interface Lgraph.LGraphResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.LGraphResponse,Lgraph.LGraphResponse.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.LGraphResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lgraph.AclResponsegetAclResponse()optional .lgraph.AclResponse acl_response = 18;Lgraph.AclResponseOrBuildergetAclResponseOrBuilder()optional .lgraph.AclResponse acl_response = 18;Lgraph.ConfigResponsegetConfigResponse()optional .lgraph.ConfigResponse config_response = 19;Lgraph.ConfigResponseOrBuildergetConfigResponseOrBuilder()optional .lgraph.ConfigResponse config_response = 19;Lgraph.CypherResponsegetCypherResponse()optional .lgraph.CypherResponse cypher_response = 12;Lgraph.CypherResponseOrBuildergetCypherResponseOrBuilder()optional .lgraph.CypherResponse cypher_response = 12;StringgetError()optional string error = 3;com.google.protobuf.ByteStringgetErrorBytes()optional string error = 3;Lgraph.LGraphResponse.ErrorCodegetErrorCode()required .lgraph.LGraphResponse.ErrorCode error_code = 1;Lgraph.GraphApiResponsegetGraphApiResponse()optional .lgraph.GraphApiResponse graph_api_response = 11;Lgraph.GraphApiResponseOrBuildergetGraphApiResponseOrBuilder()optional .lgraph.GraphApiResponse graph_api_response = 11;Lgraph.GraphResponsegetGraphResponse()optional .lgraph.GraphResponse graph_response = 17;Lgraph.GraphResponseOrBuildergetGraphResponseOrBuilder()optional .lgraph.GraphResponse graph_response = 17;Lgraph.HAResponsegetHaResponse()optional .lgraph.HAResponse ha_response = 14;Lgraph.HAResponseOrBuildergetHaResponseOrBuilder()optional .lgraph.HAResponse ha_response = 14;Lgraph.ImportResponsegetImportResponse()optional .lgraph.ImportResponse import_response = 15;Lgraph.ImportResponseOrBuildergetImportResponseOrBuilder()optional .lgraph.ImportResponse import_response = 15;Lgraph.PluginResponsegetPluginResponse()optional .lgraph.PluginResponse plugin_response = 13;Lgraph.PluginResponseOrBuildergetPluginResponseOrBuilder()optional .lgraph.PluginResponse plugin_response = 13;StringgetRedirect()optional string redirect = 2;com.google.protobuf.ByteStringgetRedirectBytes()optional string redirect = 2;Lgraph.LGraphResponse.RespCasegetRespCase()Lgraph.RestoreResponsegetRestoreResponse()optional .lgraph.RestoreResponse restore_response = 20;Lgraph.RestoreResponseOrBuildergetRestoreResponseOrBuilder()optional .lgraph.RestoreResponse restore_response = 20;Lgraph.SchemaResponsegetSchemaResponse()optional .lgraph.SchemaResponse schema_response = 21;Lgraph.SchemaResponseOrBuildergetSchemaResponseOrBuilder()optional .lgraph.SchemaResponse schema_response = 21;longgetServerVersion()optional int64 server_version = 4;booleanhasAclResponse()optional .lgraph.AclResponse acl_response = 18;booleanhasConfigResponse()optional .lgraph.ConfigResponse config_response = 19;booleanhasCypherResponse()optional .lgraph.CypherResponse cypher_response = 12;booleanhasError()optional string error = 3;booleanhasErrorCode()required .lgraph.LGraphResponse.ErrorCode error_code = 1;booleanhasGraphApiResponse()optional .lgraph.GraphApiResponse graph_api_response = 11;booleanhasGraphResponse()optional .lgraph.GraphResponse graph_response = 17;booleanhasHaResponse()optional .lgraph.HAResponse ha_response = 14;booleanhasImportResponse()optional .lgraph.ImportResponse import_response = 15;booleanhasPluginResponse()optional .lgraph.PluginResponse plugin_response = 13;booleanhasRedirect()optional string redirect = 2;booleanhasRestoreResponse()optional .lgraph.RestoreResponse restore_response = 20;booleanhasSchemaResponse()optional .lgraph.SchemaResponse schema_response = 21;booleanhasServerVersion()optional int64 server_version = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasErrorCode
boolean hasErrorCode()
required .lgraph.LGraphResponse.ErrorCode error_code = 1;
-
getErrorCode
Lgraph.LGraphResponse.ErrorCode getErrorCode()
required .lgraph.LGraphResponse.ErrorCode error_code = 1;
-
hasRedirect
boolean hasRedirect()
optional string redirect = 2;
-
getRedirect
String getRedirect()
optional string redirect = 2;
-
getRedirectBytes
com.google.protobuf.ByteString getRedirectBytes()
optional string redirect = 2;
-
hasError
boolean hasError()
optional string error = 3;
-
getError
String getError()
optional string error = 3;
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()
optional string error = 3;
-
hasServerVersion
boolean hasServerVersion()
optional int64 server_version = 4;
-
getServerVersion
long getServerVersion()
optional int64 server_version = 4;
-
hasGraphApiResponse
boolean hasGraphApiResponse()
optional .lgraph.GraphApiResponse graph_api_response = 11;
-
getGraphApiResponse
Lgraph.GraphApiResponse getGraphApiResponse()
optional .lgraph.GraphApiResponse graph_api_response = 11;
-
getGraphApiResponseOrBuilder
Lgraph.GraphApiResponseOrBuilder getGraphApiResponseOrBuilder()
optional .lgraph.GraphApiResponse graph_api_response = 11;
-
hasCypherResponse
boolean hasCypherResponse()
optional .lgraph.CypherResponse cypher_response = 12;
-
getCypherResponse
Lgraph.CypherResponse getCypherResponse()
optional .lgraph.CypherResponse cypher_response = 12;
-
getCypherResponseOrBuilder
Lgraph.CypherResponseOrBuilder getCypherResponseOrBuilder()
optional .lgraph.CypherResponse cypher_response = 12;
-
hasPluginResponse
boolean hasPluginResponse()
optional .lgraph.PluginResponse plugin_response = 13;
-
getPluginResponse
Lgraph.PluginResponse getPluginResponse()
optional .lgraph.PluginResponse plugin_response = 13;
-
getPluginResponseOrBuilder
Lgraph.PluginResponseOrBuilder getPluginResponseOrBuilder()
optional .lgraph.PluginResponse plugin_response = 13;
-
hasHaResponse
boolean hasHaResponse()
optional .lgraph.HAResponse ha_response = 14;
-
getHaResponse
Lgraph.HAResponse getHaResponse()
optional .lgraph.HAResponse ha_response = 14;
-
getHaResponseOrBuilder
Lgraph.HAResponseOrBuilder getHaResponseOrBuilder()
optional .lgraph.HAResponse ha_response = 14;
-
hasImportResponse
boolean hasImportResponse()
optional .lgraph.ImportResponse import_response = 15;
-
getImportResponse
Lgraph.ImportResponse getImportResponse()
optional .lgraph.ImportResponse import_response = 15;
-
getImportResponseOrBuilder
Lgraph.ImportResponseOrBuilder getImportResponseOrBuilder()
optional .lgraph.ImportResponse import_response = 15;
-
hasGraphResponse
boolean hasGraphResponse()
optional .lgraph.GraphResponse graph_response = 17;
-
getGraphResponse
Lgraph.GraphResponse getGraphResponse()
optional .lgraph.GraphResponse graph_response = 17;
-
getGraphResponseOrBuilder
Lgraph.GraphResponseOrBuilder getGraphResponseOrBuilder()
optional .lgraph.GraphResponse graph_response = 17;
-
hasAclResponse
boolean hasAclResponse()
optional .lgraph.AclResponse acl_response = 18;
-
getAclResponse
Lgraph.AclResponse getAclResponse()
optional .lgraph.AclResponse acl_response = 18;
-
getAclResponseOrBuilder
Lgraph.AclResponseOrBuilder getAclResponseOrBuilder()
optional .lgraph.AclResponse acl_response = 18;
-
hasConfigResponse
boolean hasConfigResponse()
optional .lgraph.ConfigResponse config_response = 19;
-
getConfigResponse
Lgraph.ConfigResponse getConfigResponse()
optional .lgraph.ConfigResponse config_response = 19;
-
getConfigResponseOrBuilder
Lgraph.ConfigResponseOrBuilder getConfigResponseOrBuilder()
optional .lgraph.ConfigResponse config_response = 19;
-
hasRestoreResponse
boolean hasRestoreResponse()
optional .lgraph.RestoreResponse restore_response = 20;
-
getRestoreResponse
Lgraph.RestoreResponse getRestoreResponse()
optional .lgraph.RestoreResponse restore_response = 20;
-
getRestoreResponseOrBuilder
Lgraph.RestoreResponseOrBuilder getRestoreResponseOrBuilder()
optional .lgraph.RestoreResponse restore_response = 20;
-
hasSchemaResponse
boolean hasSchemaResponse()
optional .lgraph.SchemaResponse schema_response = 21;
-
getSchemaResponse
Lgraph.SchemaResponse getSchemaResponse()
optional .lgraph.SchemaResponse schema_response = 21;
-
getSchemaResponseOrBuilder
Lgraph.SchemaResponseOrBuilder getSchemaResponseOrBuilder()
optional .lgraph.SchemaResponse schema_response = 21;
-
getRespCase
Lgraph.LGraphResponse.RespCase getRespCase()
-
-