Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cs3org-bot committed Jul 24, 2024
1 parent 0d42e0e commit 9c44c73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion cs3/gateway/v1beta1/gateway_api_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ def Delete(self, request, context):
then the entire directory is deleted recursively.
If a resource specifies a reference or symlink type, only the reference is removed (not the target).
MUST return CODE_NOT_FOUND if the reference does not exist.
MUST return CODE_TOO_EARLY if some are not finished job over resource is still in process.
"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
Expand Down Expand Up @@ -726,7 +727,8 @@ def ListRecycle(self, request, context):
def Move(self, request, context):
"""Moves a resource from one reference to another.
MUST return CODE_NOT_FOUND if any of the references do not exist.
MUST return CODE_FAILED_PRECONDITION if the source reference
MUST return CODE_FAILED_PRECONDITION if the source reference.
MUST return CODE_TOO_EARLY if some are not finished job over resource is still in process.
cannot be moved to the destination reference.
"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
Expand Down
4 changes: 2 additions & 2 deletions cs3/rpc/v1beta1/code_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c44c73

Please sign in to comment.