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

Method UpdateNode

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

459
460 @staticmethod
461 def UpdateNode(request,
462 target,
463 options=(),
464 channel_credentials=None,
465 call_credentials=None,
466 insecure=False,
467 compression=None,
468 wait_for_ready=None,
469 timeout=None,
470 metadata=None):
471 return grpc.experimental.unary_unary(
472 request,
473 target,
474 '/tree.NodeReceiver/UpdateNode',
475 cells__tree__pb2.UpdateNodeRequest.SerializeToString,
476 cells__tree__pb2.UpdateNodeResponse.FromString,
477 options,
478 channel_credentials,
479 insecure,
480 call_credentials,
481 compression,
482 wait_for_ready,
483 timeout,
484 metadata,
485 _registered_method=True)
486
487 @staticmethod
488 def DeleteNode(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected