MCPcopy Create free account
hub / github.com/pydio/cells / DeleteNode

Method DeleteNode

python/cells_tree_pb2_grpc.py:488–512  ·  view source on GitHub ↗
(request,
            target,
            options=(),
            channel_credentials=None,
            call_credentials=None,
            insecure=False,
            compression=None,
            wait_for_ready=None,
            timeout=None,
            metadata=None)

Source from the content-addressed store, hash-verified

486
487 @staticmethod
488 def DeleteNode(request,
489 target,
490 options=(),
491 channel_credentials=None,
492 call_credentials=None,
493 insecure=False,
494 compression=None,
495 wait_for_ready=None,
496 timeout=None,
497 metadata=None):
498 return grpc.experimental.unary_unary(
499 request,
500 target,
501 '/tree.NodeReceiver/DeleteNode',
502 cells__tree__pb2.DeleteNodeRequest.SerializeToString,
503 cells__tree__pb2.DeleteNodeResponse.FromString,
504 options,
505 channel_credentials,
506 insecure,
507 call_credentials,
508 compression,
509 wait_for_ready,
510 timeout,
511 metadata,
512 _registered_method=True)
513
514
515class NodeReceiverStreamStub(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected