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

Method StreamUser

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

426
427 @staticmethod
428 def StreamUser(request_iterator,
429 target,
430 options=(),
431 channel_credentials=None,
432 call_credentials=None,
433 insecure=False,
434 compression=None,
435 wait_for_ready=None,
436 timeout=None,
437 metadata=None):
438 return grpc.experimental.stream_stream(request_iterator, target, '/idm.UserService/StreamUser',
439 cells__idm__pb2.SearchUserRequest.SerializeToString,
440 cells__idm__pb2.SearchUserResponse.FromString,
441 options, channel_credentials,
442 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
443
444
445class WorkspaceServiceStub(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected