(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected