updateHumanUser method
ResponseFuture<UpdateHumanUserResponse>
updateHumanUser(
- UpdateHumanUserRequest request, {
- CallOptions? options,
Update User
Update all information from a user.
Deprecated: please move to the corresponding endpoint under user service v2 (GA).
Implementation
$grpc.ResponseFuture<$0.UpdateHumanUserResponse> updateHumanUser(
$0.UpdateHumanUserRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateHumanUser, request, options: options);
}