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

Method ListUserMetaNamespace

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

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
1021class PolicyEngineServiceStub(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected