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 Detail

      • hasErrorCode

        boolean hasErrorCode()
        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;
      • hasCypherResponse

        boolean hasCypherResponse()
        optional .lgraph.CypherResponse cypher_response = 12;
      • getCypherResponse

        Lgraph.CypherResponse getCypherResponse()
        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;
      • hasHaResponse

        boolean hasHaResponse()
        optional .lgraph.HAResponse ha_response = 14;
      • getHaResponse

        Lgraph.HAResponse getHaResponse()
        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;
      • hasGraphResponse

        boolean hasGraphResponse()
        optional .lgraph.GraphResponse graph_response = 17;
      • getGraphResponse

        Lgraph.GraphResponse getGraphResponse()
        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;
      • hasConfigResponse

        boolean hasConfigResponse()
        optional .lgraph.ConfigResponse config_response = 19;
      • getConfigResponse

        Lgraph.ConfigResponse getConfigResponse()
        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;
      • hasSchemaResponse

        boolean hasSchemaResponse()
        optional .lgraph.SchemaResponse schema_response = 21;
      • getSchemaResponse

        Lgraph.SchemaResponse getSchemaResponse()
        optional .lgraph.SchemaResponse schema_response = 21;