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

Method StreamWorkspace

python/cells_idm_pb2_grpc.py:597–611  ·  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

595
596 @staticmethod
597 def StreamWorkspace(request_iterator,
598 target,
599 options=(),
600 channel_credentials=None,
601 call_credentials=None,
602 insecure=False,
603 compression=None,
604 wait_for_ready=None,
605 timeout=None,
606 metadata=None):
607 return grpc.experimental.stream_stream(request_iterator, target, '/idm.WorkspaceService/StreamWorkspace',
608 cells__idm__pb2.SearchWorkspaceRequest.SerializeToString,
609 cells__idm__pb2.SearchWorkspaceResponse.FromString,
610 options, channel_credentials,
611 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
612
613
614class ACLServiceStub(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected