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

Method CountUser

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

392
393 @staticmethod
394 def CountUser(request,
395 target,
396 options=(),
397 channel_credentials=None,
398 call_credentials=None,
399 insecure=False,
400 compression=None,
401 wait_for_ready=None,
402 timeout=None,
403 metadata=None):
404 return grpc.experimental.unary_unary(request, target, '/idm.UserService/CountUser',
405 cells__idm__pb2.SearchUserRequest.SerializeToString,
406 cells__idm__pb2.CountUserResponse.FromString,
407 options, channel_credentials,
408 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
409
410 @staticmethod
411 def SearchUser(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected