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

Method UpdateUserMeta

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

951
952 @staticmethod
953 def UpdateUserMeta(request,
954 target,
955 options=(),
956 channel_credentials=None,
957 call_credentials=None,
958 insecure=False,
959 compression=None,
960 wait_for_ready=None,
961 timeout=None,
962 metadata=None):
963 return grpc.experimental.unary_unary(request, target, '/idm.UserMetaService/UpdateUserMeta',
964 cells__idm__pb2.UpdateUserMetaRequest.SerializeToString,
965 cells__idm__pb2.UpdateUserMetaResponse.FromString,
966 options, channel_credentials,
967 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
968
969 @staticmethod
970 def SearchUserMeta(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected