(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected