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

Method UpdateUserMetaNamespace

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

985
986 @staticmethod
987 def UpdateUserMetaNamespace(request,
988 target,
989 options=(),
990 channel_credentials=None,
991 call_credentials=None,
992 insecure=False,
993 compression=None,
994 wait_for_ready=None,
995 timeout=None,
996 metadata=None):
997 return grpc.experimental.unary_unary(request, target, '/idm.UserMetaService/UpdateUserMetaNamespace',
998 cells__idm__pb2.UpdateUserMetaNamespaceRequest.SerializeToString,
999 cells__idm__pb2.UpdateUserMetaNamespaceResponse.FromString,
1000 options, channel_credentials,
1001 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1002
1003 @staticmethod
1004 def ListUserMetaNamespace(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected