The Client.load_table_from_file() method depends on the MultipartUpload and ResumableUpload classes from google-resumable-media, which do not support specifying a timeout for the operation, thus these Client methods were excluded from googleapis/google-cloud-python#9987.
When the resumable media dependency adds support for timeouts, a timeout argument should be added to these Client methods.