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

Method CreateNode

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

432
433 @staticmethod
434 def CreateNode(request,
435 target,
436 options=(),
437 channel_credentials=None,
438 call_credentials=None,
439 insecure=False,
440 compression=None,
441 wait_for_ready=None,
442 timeout=None,
443 metadata=None):
444 return grpc.experimental.unary_unary(
445 request,
446 target,
447 '/tree.NodeReceiver/CreateNode',
448 cells__tree__pb2.CreateNodeRequest.SerializeToString,
449 cells__tree__pb2.CreateNodeResponse.FromString,
450 options,
451 channel_credentials,
452 insecure,
453 call_credentials,
454 compression,
455 wait_for_ready,
456 timeout,
457 metadata,
458 _registered_method=True)
459
460 @staticmethod
461 def UpdateNode(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected