(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 1002 | |
| 1003 | @staticmethod |
| 1004 | def ListUserMetaNamespace(request, |
| 1005 | target, |
| 1006 | options=(), |
| 1007 | channel_credentials=None, |
| 1008 | call_credentials=None, |
| 1009 | insecure=False, |
| 1010 | compression=None, |
| 1011 | wait_for_ready=None, |
| 1012 | timeout=None, |
| 1013 | metadata=None): |
| 1014 | return grpc.experimental.unary_stream(request, target, '/idm.UserMetaService/ListUserMetaNamespace', |
| 1015 | cells__idm__pb2.ListUserMetaNamespaceRequest.SerializeToString, |
| 1016 | cells__idm__pb2.ListUserMetaNamespaceResponse.FromString, |
| 1017 | options, channel_credentials, |
| 1018 | insecure, call_credentials, compression, wait_for_ready, timeout, metadata) |
| 1019 | |
| 1020 | |
| 1021 | class PolicyEngineServiceStub(object): |
nothing calls this directly
no outgoing calls
no test coverage detected