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

Method UpdateNodeStream

python/cells_tree_pb2_grpc.py:619–643  ·  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

617
618 @staticmethod
619 def UpdateNodeStream(request_iterator,
620 target,
621 options=(),
622 channel_credentials=None,
623 call_credentials=None,
624 insecure=False,
625 compression=None,
626 wait_for_ready=None,
627 timeout=None,
628 metadata=None):
629 return grpc.experimental.stream_stream(
630 request_iterator,
631 target,
632 '/tree.NodeReceiverStream/UpdateNodeStream',
633 cells__tree__pb2.UpdateNodeRequest.SerializeToString,
634 cells__tree__pb2.UpdateNodeResponse.FromString,
635 options,
636 channel_credentials,
637 insecure,
638 call_credentials,
639 compression,
640 wait_for_ready,
641 timeout,
642 metadata,
643 _registered_method=True)
644
645 @staticmethod
646 def DeleteNodeStream(request_iterator,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected