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

Method DeleteNodeStream

python/cells_tree_pb2_grpc.py:646–670  ·  view source on GitHub ↗
(request_iterator,
            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

644
645 @staticmethod
646 def DeleteNodeStream(request_iterator,
647 target,
648 options=(),
649 channel_credentials=None,
650 call_credentials=None,
651 insecure=False,
652 compression=None,
653 wait_for_ready=None,
654 timeout=None,
655 metadata=None):
656 return grpc.experimental.stream_stream(
657 request_iterator,
658 target,
659 '/tree.NodeReceiverStream/DeleteNodeStream',
660 cells__tree__pb2.DeleteNodeRequest.SerializeToString,
661 cells__tree__pb2.DeleteNodeResponse.FromString,
662 options,
663 channel_credentials,
664 insecure,
665 call_credentials,
666 compression,
667 wait_for_ready,
668 timeout,
669 metadata,
670 _registered_method=True)
671
672
673class SessionIndexerStub(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected