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

Method SearchUserMeta

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

968
969 @staticmethod
970 def SearchUserMeta(request,
971 target,
972 options=(),
973 channel_credentials=None,
974 call_credentials=None,
975 insecure=False,
976 compression=None,
977 wait_for_ready=None,
978 timeout=None,
979 metadata=None):
980 return grpc.experimental.unary_stream(request, target, '/idm.UserMetaService/SearchUserMeta',
981 cells__idm__pb2.SearchUserMetaRequest.SerializeToString,
982 cells__idm__pb2.SearchUserMetaResponse.FromString,
983 options, channel_credentials,
984 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
985
986 @staticmethod
987 def UpdateUserMetaNamespace(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected