(request_id, response, exception)
| 71 | self.next_uid += len(texts) |
| 72 | |
| 73 | def response_callback(request_id, response, exception): |
| 74 | nonlocal responses |
| 75 | responses[request_id] = (response, exception) |
| 76 | |
| 77 | # Make API request |
| 78 | batch_request = self.service.new_batch_http_request() |
nothing calls this directly
no outgoing calls
no test coverage detected