Searched refs:new_batch_http_request (Results 1 – 4 of 4) sorted by relevance
20 You create batch requests by calling `new_batch_http_request()` on your service49 If you supply a callback to both `new_batch_http_request()` and `add()`, they both get called.69 batch = service.new_batch_http_request()88 batch = service.new_batch_http_request(callback=insert_animal)
1117 def new_batch_http_request(callback=None): function1133 self._set_dynamic_attr("new_batch_http_request", new_batch_http_request)
827 batch_request = zoo.new_batch_http_request()836 batch_request = plus.new_batch_http_request()
320 Add the googleapiclient.discovery.Resource.new_batch_http_request method.